Html Css Color HEX #C8371E Harley Davidson Orange

📋 copy color: '#C8371E'

red 200 ◦ green 55 ◦ blue 30

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

Shades of Harley Davidson Orange #C8371E

Tints of Harley Davidson Orange #C8371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.53%

R = 70.18%
G = 19.3%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8371E (or 0xC8371E) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 1E. RGB value is (200,55,30). Sum of RGB (Red+Green+Blue) = 200+55+30=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8371E is #37C8E1. Grayscale: #5F5F5F. Windows color (decimal): -3655906 or 1980360. OLE color: 1980360.

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

Color convert

RGB 200 55 30 -
CMYK 0 0.72 0.85 0.22
HSL 8.82º 0.74% 0.45% -
HSV(B) 8.82º 0.85% 0.78% -
XYZ 25.42 15.11 2.8 -
YUV 95.51 91.04 202.53 -
System Red Green Blue C M Y K H S L
Decimal 200 55 30 0 0.72 0.85 0.22 8.82 0.74 0.45
Hex C8 37 1E 0 48 55 16 9 4A 2D
Octal 310 67 36 0 110 125 26 11 112 55
Binary 11001000 110111 11110 0 1001000 1010101 10110 1001 1001010 101101

Color Harmonies of #C8371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8371E

Black with #C8371E

Text Example


Text Example

White with #C8371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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