Html Css Color HEX #C8420E Harley Davidson Orange

📋 copy color: '#C8420E'

red 200 ◦ green 66 ◦ blue 14

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

Shades of Harley Davidson Orange #C8420E

Tints of Harley Davidson Orange #C8420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

 BLUE value IS 14 (5.86% from 255) = 5%

R = 71.43%
G = 23.57%
B = 5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8420E (or 0xC8420E) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 0E. RGB value is (200,66,14). Sum of RGB (Red+Green+Blue) = 200+66+14=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8420E is #37BDF1. Grayscale: #646464. Windows color (decimal): -3653106 or 934600. OLE color: 934600.

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

Color convert

RGB 200 66 14 -
CMYK 0 0.67 0.93 0.22
HSL 16.77º 0.87% 0.42% -
HSV(B) 16.77º 0.93% 0.78% -
XYZ 25.85 16.21 2.18 -
YUV 100.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 200 66 14 0 0.67 0.93 0.22 16.77 0.87 0.42
Hex C8 42 E 0 43 5D 16 11 57 2A
Octal 310 102 16 0 103 135 26 21 127 52
Binary 11001000 1000010 1110 0 1000011 1011101 10110 10001 1010111 101010

Color Harmonies of #C8420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8420E

Black with #C8420E

Text Example


Text Example

White with #C8420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8420E; }

 p { color: rgb(200,66,14); }

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

background-color css

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

 a { background-color: rgb(200,66,14); }

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

border-color css

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

 span { border-color: rgb(200,66,14); }

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