Html Css Color HEX #C94419 Harley Davidson Orange

📋 copy color: '#C94419'

red 201 ◦ green 68 ◦ blue 25

#C94419
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C94419

Tints of Harley Davidson Orange #C94419

RGB

 RED value IS 201 (78.91% from 255) = 68.37%

 GREEN value IS 68 (26.95% from 255) = 23.13%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 68.37%
G = 23.13%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94419 (or 0xC94419) is known color: Harley Davidson Orange. HEX triplet: C9, 44 and 19. RGB value is (201,68,25). Sum of RGB (Red+Green+Blue) = 201+68+25=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C94419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94419 is #36BBE6. Grayscale: #676767. Windows color (decimal): -3587047 or 1656009. OLE color: 1656009.

HSL color Cylindrical-coordinate representation of color #C94419: hue angle of 14.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C94419 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 25 -
CMYK 0 0.66 0.88 0.21
HSL 14.66º 0.78% 0.44% -
HSV(B) 14.66º 0.88% 0.79% -
XYZ 26.33 16.62 2.74 -
YUV 102.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 201 68 25 0 0.66 0.88 0.21 14.66 0.78 0.44
Hex C9 44 19 0 42 58 15 F 4E 2C
Octal 311 104 31 0 102 130 25 17 116 54
Binary 11001001 1000100 11001 0 1000010 1011000 10101 1111 1001110 101100

Color Harmonies of #C94419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94419

Black with #C94419

Text Example


Text Example

White with #C94419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94419; }

 p { color: rgb(201,68,25); }

 H1.HeaderClassName
 {
   color: #C94419;
 }
 .AnyTagClassName
 {
   color: #C94419;
 }
</style>

background-color css

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

 a { background-color: rgb(201,68,25); }

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

border-color css

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

 span { border-color: rgb(201,68,25); }

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