Html Css Color HEX #C8310D Harley Davidson Orange

📋 copy color: '#C8310D'

red 200 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #C8310D

Tints of Harley Davidson Orange #C8310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 76.34%
G = 18.7%
B = 4.96%

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

#C8310D (or 0xC8310D) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 0D. RGB value is (200,49,13). Sum of RGB (Red+Green+Blue) = 200+49+13=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8310D is #37CEF2. Grayscale: #5A5A5A. Windows color (decimal): -3657459 or 864712. OLE color: 864712.

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

Color convert

RGB 200 49 13 -
CMYK 0 0.76 0.94 0.22
HSL 11.55º 0.88% 0.42% -
HSV(B) 11.55º 0.94% 0.78% -
XYZ 24.99 14.51 1.86 -
YUV 90.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 200 49 13 0 0.76 0.94 0.22 11.55 0.88 0.42
Hex C8 31 D 0 4C 5E 16 C 58 2A
Octal 310 61 15 0 114 136 26 14 130 52
Binary 11001000 110001 1101 0 1001100 1011110 10110 1100 1011000 101010

Color Harmonies of #C8310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8310D

Black with #C8310D

Text Example


Text Example

White with #C8310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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