Html Css Color HEX #C84220 Harley Davidson Orange

📋 copy color: '#C84220'

red 200 ◦ green 66 ◦ blue 32

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

Shades of Harley Davidson Orange #C84220

Tints of Harley Davidson Orange #C84220

RGB

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

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

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

R = 67.11%
G = 22.15%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C84220 (or 0xC84220) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 20. RGB value is (200,66,32). Sum of RGB (Red+Green+Blue) = 200+66+32=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C84220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84220 is #37BDDF. Grayscale: #666666. Windows color (decimal): -3653088 or 2114248. OLE color: 2114248.

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

Color convert

RGB 200 66 32 -
CMYK 0 0.67 0.84 0.22
HSL 12.14º 0.72% 0.45% -
HSV(B) 12.14º 0.84% 0.78% -
XYZ 26.03 16.28 3.14 -
YUV 102.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 200 66 32 0 0.67 0.84 0.22 12.14 0.72 0.45
Hex C8 42 20 0 43 54 16 C 48 2D
Octal 310 102 40 0 103 124 26 14 110 55
Binary 11001000 1000010 100000 0 1000011 1010100 10110 1100 1001000 101101

Color Harmonies of #C84220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84220

Black with #C84220

Text Example


Text Example

White with #C84220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84220; }

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

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

background-color css

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

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

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

border-color css

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

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

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