Html Css Color HEX #C9311E Harley Davidson Orange

📋 copy color: '#C9311E'

red 201 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #C9311E

Tints of Harley Davidson Orange #C9311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 71.79%
G = 17.5%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9311E (or 0xC9311E) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 1E. RGB value is (201,49,30). Sum of RGB (Red+Green+Blue) = 201+49+30=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9311E is #36CEE1. Grayscale: #5C5C5C. Windows color (decimal): -3591906 or 1978825. OLE color: 1978825.

HSL color Cylindrical-coordinate representation of color #C9311E: hue angle of 6.67º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9311E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 30 -
CMYK 0 0.76 0.85 0.21
HSL 6.67º 0.74% 0.45% -
HSV(B) 6.67º 0.85% 0.79% -
XYZ 25.42 14.71 2.73 -
YUV 92.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 201 49 30 0 0.76 0.85 0.21 6.67 0.74 0.45
Hex C9 31 1E 0 4C 55 15 7 4A 2D
Octal 311 61 36 0 114 125 25 7 112 55
Binary 11001001 110001 11110 0 1001100 1010101 10101 111 1001010 101101

Color Harmonies of #C9311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9311E

Black with #C9311E

Text Example


Text Example

White with #C9311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9311E; }

 p { color: rgb(201,49,30); }

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

background-color css

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

 a { background-color: rgb(201,49,30); }

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

border-color css

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

 span { border-color: rgb(201,49,30); }

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