Html Css Color HEX #C94213 Harley Davidson Orange

📋 copy color: '#C94213'

red 201 ◦ green 66 ◦ blue 19

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

Shades of Harley Davidson Orange #C94213

Tints of Harley Davidson Orange #C94213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 70.28%
G = 23.08%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C94213 (or 0xC94213) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 13. RGB value is (201,66,19). Sum of RGB (Red+Green+Blue) = 201+66+19=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C94213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94213 is #36BDEC. Grayscale: #656565. Windows color (decimal): -3587565 or 1262281. OLE color: 1262281.

HSL color Cylindrical-coordinate representation of color #C94213: hue angle of 15.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94213 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 19 -
CMYK 0 0.67 0.91 0.21
HSL 15.49º 0.83% 0.43% -
HSV(B) 15.49º 0.91% 0.79% -
XYZ 26.15 16.36 2.4 -
YUV 101.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 201 66 19 0 0.67 0.91 0.21 15.49 0.83 0.43
Hex C9 42 13 0 43 5B 15 F 53 2B
Octal 311 102 23 0 103 133 25 17 123 53
Binary 11001001 1000010 10011 0 1000011 1011011 10101 1111 1010011 101011

Color Harmonies of #C94213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94213

Black with #C94213

Text Example


Text Example

White with #C94213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94213; }

 p { color: rgb(201,66,19); }

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

background-color css

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

 a { background-color: rgb(201,66,19); }

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

border-color css

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

 span { border-color: rgb(201,66,19); }

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