Html Css Color HEX #C94119 Harley Davidson Orange

📋 copy color: '#C94119'

red 201 ◦ green 65 ◦ blue 25

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

Shades of Harley Davidson Orange #C94119

Tints of Harley Davidson Orange #C94119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 69.07%
G = 22.34%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94119 (or 0xC94119) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 19. RGB value is (201,65,25). Sum of RGB (Red+Green+Blue) = 201+65+25=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94119 is #36BEE6. Grayscale: #656565. Windows color (decimal): -3587815 or 1655241. OLE color: 1655241.

HSL color Cylindrical-coordinate representation of color #C94119: hue angle of 13.64º 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 #C94119 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 25 -
CMYK 0 0.68 0.88 0.21
HSL 13.64º 0.78% 0.44% -
HSV(B) 13.64º 0.88% 0.79% -
XYZ 26.15 16.27 2.68 -
YUV 101.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 201 65 25 0 0.68 0.88 0.21 13.64 0.78 0.44
Hex C9 41 19 0 44 58 15 E 4E 2C
Octal 311 101 31 0 104 130 25 16 116 54
Binary 11001001 1000001 11001 0 1000100 1011000 10101 1110 1001110 101100

Color Harmonies of #C94119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94119

Black with #C94119

Text Example


Text Example

White with #C94119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94119; }

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

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

background-color css

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

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

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

border-color css

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

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

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