Html Css Color HEX #C8311C Harley Davidson Orange

📋 copy color: '#C8311C'

red 200 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #C8311C

Tints of Harley Davidson Orange #C8311C

RGB

 RED value IS 200 (78.52% from 255) = 72.2%

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

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

R = 72.2%
G = 17.69%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8311C (or 0xC8311C) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 1C. RGB value is (200,49,28). Sum of RGB (Red+Green+Blue) = 200+49+28=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8311C is #37CEE3. Grayscale: #5B5B5B. Windows color (decimal): -3657444 or 1847752. OLE color: 1847752.

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

Color convert

RGB 200 49 28 -
CMYK 0 0.76 0.86 0.22
HSL 7.33º 0.75% 0.45% -
HSV(B) 7.33º 0.86% 0.78% -
XYZ 25.13 14.56 2.58 -
YUV 91.76 92.03 205.21 -
System Red Green Blue C M Y K H S L
Decimal 200 49 28 0 0.76 0.86 0.22 7.33 0.75 0.45
Hex C8 31 1C 0 4C 56 16 7 4B 2D
Octal 310 61 34 0 114 126 26 7 113 55
Binary 11001000 110001 11100 0 1001100 1010110 10110 111 1001011 101101

Color Harmonies of #C8311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8311C

Black with #C8311C

Text Example


Text Example

White with #C8311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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