Html Css Color HEX #C9311C Harley Davidson Orange

📋 copy color: '#C9311C'

red 201 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #C9311C

Tints of Harley Davidson Orange #C9311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 72.3%
G = 17.63%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9311C (or 0xC9311C) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 1C. RGB value is (201,49,28). Sum of RGB (Red+Green+Blue) = 201+49+28=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9311C is #36CEE3. Grayscale: #5C5C5C. Windows color (decimal): -3591908 or 1847753. OLE color: 1847753.

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

Color convert

RGB 201 49 28 -
CMYK 0 0.76 0.86 0.21
HSL 7.28º 0.76% 0.45% -
HSV(B) 7.28º 0.86% 0.79% -
XYZ 25.4 14.7 2.6 -
YUV 92.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 201 49 28 0 0.76 0.86 0.21 7.28 0.76 0.45
Hex C9 31 1C 0 4C 56 15 7 4C 2D
Octal 311 61 34 0 114 126 25 7 114 55
Binary 11001001 110001 11100 0 1001100 1010110 10101 111 1001100 101101

Color Harmonies of #C9311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9311C

Black with #C9311C

Text Example


Text Example

White with #C9311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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