Html Css Color HEX #C84020 Harley Davidson Orange

📋 copy color: '#C84020'

red 200 ◦ green 64 ◦ blue 32

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

Shades of Harley Davidson Orange #C84020

Tints of Harley Davidson Orange #C84020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

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

R = 67.57%
G = 21.62%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C84020 (or 0xC84020) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 20. RGB value is (200,64,32). Sum of RGB (Red+Green+Blue) = 200+64+32=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C84020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84020 is #37BFDF. Grayscale: #656565. Windows color (decimal): -3653600 or 2113736. OLE color: 2113736.

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

Color convert

RGB 200 64 32 -
CMYK 0 0.68 0.84 0.22
HSL 11.43º 0.72% 0.45% -
HSV(B) 11.43º 0.84% 0.78% -
XYZ 25.91 16.05 3.1 -
YUV 101.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 200 64 32 0 0.68 0.84 0.22 11.43 0.72 0.45
Hex C8 40 20 0 44 54 16 B 48 2D
Octal 310 100 40 0 104 124 26 13 110 55
Binary 11001000 1000000 100000 0 1000100 1010100 10110 1011 1001000 101101

Color Harmonies of #C84020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84020

Black with #C84020

Text Example


Text Example

White with #C84020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84020; }

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

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

background-color css

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

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

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

border-color css

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

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

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