Html Css Color HEX #C8370C Harley Davidson Orange

📋 copy color: '#C8370C'

red 200 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #C8370C

Tints of Harley Davidson Orange #C8370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 74.91%
G = 20.6%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8370C (or 0xC8370C) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 0C. RGB value is (200,55,12). Sum of RGB (Red+Green+Blue) = 200+55+12=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8370C is #37C8F3. Grayscale: #5D5D5D. Windows color (decimal): -3655924 or 800712. OLE color: 800712.

HSL color Cylindrical-coordinate representation of color #C8370C: hue angle of 13.72º degrees, saturation: 0.89, 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 #C8370C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 12 -
CMYK 0 0.72 0.94 0.22
HSL 13.72º 0.89% 0.42% -
HSV(B) 13.72º 0.94% 0.78% -
XYZ 25.25 15.04 1.92 -
YUV 93.45 82.04 204 -
System Red Green Blue C M Y K H S L
Decimal 200 55 12 0 0.72 0.94 0.22 13.72 0.89 0.42
Hex C8 37 C 0 48 5E 16 E 59 2A
Octal 310 67 14 0 110 136 26 16 131 52
Binary 11001000 110111 1100 0 1001000 1011110 10110 1110 1011001 101010

Color Harmonies of #C8370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8370C

Black with #C8370C

Text Example


Text Example

White with #C8370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8370C; }

 p { color: rgb(200,55,12); }

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

background-color css

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

 a { background-color: rgb(200,55,12); }

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

border-color css

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

 span { border-color: rgb(200,55,12); }

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