Html Css Color HEX #C8310B Harley Davidson Orange

📋 copy color: '#C8310B'

red 200 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #C8310B

Tints of Harley Davidson Orange #C8310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 76.92%
G = 18.85%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8310B (or 0xC8310B) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 0B. RGB value is (200,49,11). Sum of RGB (Red+Green+Blue) = 200+49+11=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8310B is #37CEF4. Grayscale: #5A5A5A. Windows color (decimal): -3657461 or 733640. OLE color: 733640.

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

Color convert

RGB 200 49 11 -
CMYK 0 0.76 0.94 0.22
HSL 12.06º 0.9% 0.41% -
HSV(B) 12.06º 0.95% 0.78% -
XYZ 24.98 14.5 1.8 -
YUV 89.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 200 49 11 0 0.76 0.94 0.22 12.06 0.9 0.41
Hex C8 31 B 0 4C 5E 16 C 5A 29
Octal 310 61 13 0 114 136 26 14 132 51
Binary 11001000 110001 1011 0 1001100 1011110 10110 1100 1011010 101001

Color Harmonies of #C8310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8310B

Black with #C8310B

Text Example


Text Example

White with #C8310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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