Html Css Color HEX #C84420 Harley Davidson Orange

📋 copy color: '#C84420'

red 200 ◦ green 68 ◦ blue 32

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

Shades of Harley Davidson Orange #C84420

Tints of Harley Davidson Orange #C84420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 32 (12.89% from 255) = 10.67%

R = 66.67%
G = 22.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C84420 (or 0xC84420) is known color: Harley Davidson Orange. HEX triplet: C8, 44 and 20. RGB value is (200,68,32). Sum of RGB (Red+Green+Blue) = 200+68+32=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84420 is #37BBDF. Grayscale: #676767. Windows color (decimal): -3652576 or 2114760. OLE color: 2114760.

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

Color convert

RGB 200 68 32 -
CMYK 0 0.66 0.84 0.22
HSL 12.86º 0.72% 0.45% -
HSV(B) 12.86º 0.84% 0.78% -
XYZ 26.15 16.52 3.18 -
YUV 103.36 87.73 196.93 -
System Red Green Blue C M Y K H S L
Decimal 200 68 32 0 0.66 0.84 0.22 12.86 0.72 0.45
Hex C8 44 20 0 42 54 16 D 48 2D
Octal 310 104 40 0 102 124 26 15 110 55
Binary 11001000 1000100 100000 0 1000010 1010100 10110 1101 1001000 101101

Color Harmonies of #C84420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84420

Black with #C84420

Text Example


Text Example

White with #C84420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84420; }

 p { color: rgb(200,68,32); }

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

background-color css

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

 a { background-color: rgb(200,68,32); }

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

border-color css

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

 span { border-color: rgb(200,68,32); }

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