#C93F1D

Color #C93F1D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C93F1D

Tints of Harley Davidson Orange #C93F1D

Color information

#C93F1D (or 0xC93F1D) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 3F and 1D. RGB value is (201,63,29). Sum of RGB (Red+Green+Blue) = 201+63+29=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F1D is #36C0E2. Grayscale: #646464. Windows color (decimal): -3588323 or 1916873. OLE color: 1916873.

HSL color Cylindrical-coordinate representation of color #C93F1D: hue angle of 11.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C93F1D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB2016329-
CMYK00.690.860.21
HSL11.86º74.78%45.1%-
HSV(B)11.86º85.57%78.82%-
XYZ26.0916.062.89-
YUV100.3987.72199.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 68.60%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 29 (11.72% from 255) = 9.90%
R=68.60%
G=21.50%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201632900.690.860.2111.8674.7845.1
HexC93F1D0455615c4b2d
Octal31177350105126251411355
Binary11001001111111111010100010110101101010111001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93F1D; }

 p { color: rgb(201,63,29); }

 H1.HeaderClassName
 {
   color: #C93F1D;
 }
 .AnyTagClassName
 {
   color: #C93F1D;
 }
</style>
background-color css

<style>
 a { background-color: #C93F1D; }

 a { background-color: rgb(201,63,29); }

 div.DivClassName
 {
   background-color: #C93F1D;
 }
 .BgClassName
 {
   background-color: #C93F1D;
 }
</style>
border-color css

<style>
 span { border-color: #C93F1D; }

 span { border-color: rgb(201,63,29); }

 td.TdClassName
 {
   border-color: #C93F1D;
 }
 .TagClassName
 {
   border-color: #C93F1D;
 }
</style>