Html Css Color HEX #C8371C Harley Davidson Orange

📋 copy color: '#C8371C'

red 200 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #C8371C

Tints of Harley Davidson Orange #C8371C

RGB

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

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

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

R = 70.67%
G = 19.43%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8371C (or 0xC8371C) is known color: Harley Davidson Orange. HEX triplet: C8, 37 and 1C. RGB value is (200,55,28). Sum of RGB (Red+Green+Blue) = 200+55+28=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8371C is #37C8E3. Grayscale: #5F5F5F. Windows color (decimal): -3655908 or 1849288. OLE color: 1849288.

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

Color convert

RGB 200 55 28 -
CMYK 0 0.72 0.86 0.22
HSL 9.42º 0.75% 0.45% -
HSV(B) 9.42º 0.86% 0.78% -
XYZ 25.4 15.1 2.67 -
YUV 95.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 200 55 28 0 0.72 0.86 0.22 9.42 0.75 0.45
Hex C8 37 1C 0 48 56 16 9 4B 2D
Octal 310 67 34 0 110 126 26 11 113 55
Binary 11001000 110111 11100 0 1001000 1010110 10110 1001 1001011 101101

Color Harmonies of #C8371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8371C

Black with #C8371C

Text Example


Text Example

White with #C8371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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