Html Css Color HEX #C84320 Harley Davidson Orange

📋 copy color: '#C84320'

red 200 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #C84320

Tints of Harley Davidson Orange #C84320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 66.89%
G = 22.41%
B = 10.7%

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

#C84320 (or 0xC84320) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 20. RGB value is (200,67,32). Sum of RGB (Red+Green+Blue) = 200+67+32=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C84320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84320 is #37BCDF. Grayscale: #676767. Windows color (decimal): -3652832 or 2114504. OLE color: 2114504.

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

Color convert

RGB 200 67 32 -
CMYK 0 0.66 0.84 0.22
HSL 12.5º 0.72% 0.45% -
HSV(B) 12.5º 0.84% 0.78% -
XYZ 26.09 16.4 3.16 -
YUV 102.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 200 67 32 0 0.66 0.84 0.22 12.5 0.72 0.45
Hex C8 43 20 0 42 54 16 C 48 2D
Octal 310 103 40 0 102 124 26 14 110 55
Binary 11001000 1000011 100000 0 1000010 1010100 10110 1100 1001000 101101

Color Harmonies of #C84320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84320

Black with #C84320

Text Example


Text Example

White with #C84320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84320; }

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

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

background-color css

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

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

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

border-color css

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

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

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