Html Css Color HEX #C94319 Harley Davidson Orange

📋 copy color: '#C94319'

red 201 ◦ green 67 ◦ blue 25

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

Shades of Harley Davidson Orange #C94319

Tints of Harley Davidson Orange #C94319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

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

R = 68.6%
G = 22.87%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C94319 (or 0xC94319) is known color: Harley Davidson Orange. HEX triplet: C9, 43 and 19. RGB value is (201,67,25). Sum of RGB (Red+Green+Blue) = 201+67+25=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94319 is #36BCE6. Grayscale: #666666. Windows color (decimal): -3587303 or 1655753. OLE color: 1655753.

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

Color convert

RGB 201 67 25 -
CMYK 0 0.67 0.88 0.21
HSL 14.32º 0.78% 0.44% -
HSV(B) 14.32º 0.88% 0.79% -
XYZ 26.27 16.5 2.72 -
YUV 102.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 201 67 25 0 0.67 0.88 0.21 14.32 0.78 0.44
Hex C9 43 19 0 43 58 15 E 4E 2C
Octal 311 103 31 0 103 130 25 16 116 54
Binary 11001001 1000011 11001 0 1000011 1011000 10101 1110 1001110 101100

Color Harmonies of #C94319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94319

Black with #C94319

Text Example


Text Example

White with #C94319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94319; }

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

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

background-color css

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

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

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

border-color css

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

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

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