Html Css Color HEX #C8421E Harley Davidson Orange

📋 copy color: '#C8421E'

red 200 ◦ green 66 ◦ blue 30

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

Shades of Harley Davidson Orange #C8421E

Tints of Harley Davidson Orange #C8421E

RGB

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

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

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

R = 67.57%
G = 22.3%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8421E (or 0xC8421E) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 1E. RGB value is (200,66,30). Sum of RGB (Red+Green+Blue) = 200+66+30=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8421E is #37BDE1. Grayscale: #666666. Windows color (decimal): -3653090 or 1983176. OLE color: 1983176.

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

Color convert

RGB 200 66 30 -
CMYK 0 0.67 0.85 0.22
HSL 12.71º 0.74% 0.45% -
HSV(B) 12.71º 0.85% 0.78% -
XYZ 26 16.27 3 -
YUV 101.96 87.39 197.93 -
System Red Green Blue C M Y K H S L
Decimal 200 66 30 0 0.67 0.85 0.22 12.71 0.74 0.45
Hex C8 42 1E 0 43 55 16 D 4A 2D
Octal 310 102 36 0 103 125 26 15 112 55
Binary 11001000 1000010 11110 0 1000011 1010101 10110 1101 1001010 101101

Color Harmonies of #C8421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8421E

Black with #C8421E

Text Example


Text Example

White with #C8421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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