Html Css Color HEX #C94122 Harley Davidson Orange

📋 copy color: '#C94122'

red 201 ◦ green 65 ◦ blue 34

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

Shades of Harley Davidson Orange #C94122

Tints of Harley Davidson Orange #C94122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 67%
G = 21.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#C94122 (or 0xC94122) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 22. RGB value is (201,65,34). Sum of RGB (Red+Green+Blue) = 201+65+34=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C94122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94122 is #36BEDD. Grayscale: #666666. Windows color (decimal): -3587806 or 2245065. OLE color: 2245065.

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

Color convert

RGB 201 65 34 -
CMYK 0 0.68 0.83 0.21
HSL 11.14º 0.71% 0.46% -
HSV(B) 11.14º 0.83% 0.79% -
XYZ 26.27 16.31 3.28 -
YUV 102.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 201 65 34 0 0.68 0.83 0.21 11.14 0.71 0.46
Hex C9 41 22 0 44 53 15 B 47 2E
Octal 311 101 42 0 104 123 25 13 107 56
Binary 11001001 1000001 100010 0 1000100 1010011 10101 1011 1000111 101110

Color Harmonies of #C94122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94122

Black with #C94122

Text Example


Text Example

White with #C94122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94122; }

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

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

background-color css

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

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

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

border-color css

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

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

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