Html Css Color HEX #C8471E Harley Davidson Orange

📋 copy color: '#C8471E'

red 200 ◦ green 71 ◦ blue 30

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

Shades of Harley Davidson Orange #C8471E

Tints of Harley Davidson Orange #C8471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 66.45%
G = 23.59%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8471E (or 0xC8471E) is known color: Harley Davidson Orange. HEX triplet: C8, 47 and 1E. RGB value is (200,71,30). Sum of RGB (Red+Green+Blue) = 200+71+30=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8471E is #37B8E1. Grayscale: #696969. Windows color (decimal): -3651810 or 1984456. OLE color: 1984456.

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

Color convert

RGB 200 71 30 -
CMYK 0 0.64 0.85 0.22
HSL 14.47º 0.74% 0.45% -
HSV(B) 14.47º 0.85% 0.78% -
XYZ 26.31 16.88 3.1 -
YUV 104.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 200 71 30 0 0.64 0.85 0.22 14.47 0.74 0.45
Hex C8 47 1E 0 40 55 16 E 4A 2D
Octal 310 107 36 0 100 125 26 16 112 55
Binary 11001000 1000111 11110 0 1000000 1010101 10110 1110 1001010 101101

Color Harmonies of #C8471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8471E

Black with #C8471E

Text Example


Text Example

White with #C8471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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