Html Css Color HEX #C9310E Harley Davidson Orange

📋 copy color: '#C9310E'

red 201 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #C9310E

Tints of Harley Davidson Orange #C9310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 76.14%
G = 18.56%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9310E (or 0xC9310E) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 0E. RGB value is (201,49,14). Sum of RGB (Red+Green+Blue) = 201+49+14=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9310E is #36CEF1. Grayscale: #5A5A5A. Windows color (decimal): -3591922 or 930249. OLE color: 930249.

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

Color convert

RGB 201 49 14 -
CMYK 0 0.76 0.93 0.21
HSL 11.23º 0.87% 0.42% -
HSV(B) 11.23º 0.93% 0.79% -
XYZ 25.26 14.65 1.91 -
YUV 90.46 84.86 206.85 -
System Red Green Blue C M Y K H S L
Decimal 201 49 14 0 0.76 0.93 0.21 11.23 0.87 0.42
Hex C9 31 E 0 4C 5D 15 B 57 2A
Octal 311 61 16 0 114 135 25 13 127 52
Binary 11001001 110001 1110 0 1001100 1011101 10101 1011 1010111 101010

Color Harmonies of #C9310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9310E

Black with #C9310E

Text Example


Text Example

White with #C9310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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