Html Css Color HEX #C94311 Harley Davidson Orange

📋 copy color: '#C94311'

red 201 ◦ green 67 ◦ blue 17

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

Shades of Harley Davidson Orange #C94311

Tints of Harley Davidson Orange #C94311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 70.53%
G = 23.51%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C94311 (or 0xC94311) is known color: Harley Davidson Orange. HEX triplet: C9, 43 and 11. RGB value is (201,67,17). Sum of RGB (Red+Green+Blue) = 201+67+17=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C94311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94311 is #36BCEE. Grayscale: #656565. Windows color (decimal): -3587311 or 1131465. OLE color: 1131465.

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

Color convert

RGB 201 67 17 -
CMYK 0 0.67 0.92 0.21
HSL 16.3º 0.84% 0.43% -
HSV(B) 16.3º 0.92% 0.79% -
XYZ 26.2 16.47 2.33 -
YUV 101.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 201 67 17 0 0.67 0.92 0.21 16.3 0.84 0.43
Hex C9 43 11 0 43 5C 15 10 54 2B
Octal 311 103 21 0 103 134 25 20 124 53
Binary 11001001 1000011 10001 0 1000011 1011100 10101 10000 1010100 101011

Color Harmonies of #C94311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94311

Black with #C94311

Text Example


Text Example

White with #C94311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94311; }

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

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

background-color css

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

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

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

border-color css

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

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

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