Html Css Color HEX #C84024 Harley Davidson Orange

📋 copy color: '#C84024'

red 200 ◦ green 64 ◦ blue 36

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

Shades of Harley Davidson Orange #C84024

Tints of Harley Davidson Orange #C84024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12%

R = 66.67%
G = 21.33%
B = 12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C84024 (or 0xC84024) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 24. RGB value is (200,64,36). Sum of RGB (Red+Green+Blue) = 200+64+36=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84024 is #37BFDB. Grayscale: #656565. Windows color (decimal): -3653596 or 2375880. OLE color: 2375880.

HSL color Cylindrical-coordinate representation of color #C84024: hue angle of 10.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C84024 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 36 -
CMYK 0 0.68 0.82 0.22
HSL 10.24º 0.69% 0.46% -
HSV(B) 10.24º 0.82% 0.78% -
XYZ 25.97 16.07 3.4 -
YUV 101.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 200 64 36 0 0.68 0.82 0.22 10.24 0.69 0.46
Hex C8 40 24 0 44 52 16 A 45 2E
Octal 310 100 44 0 104 122 26 12 105 56
Binary 11001000 1000000 100100 0 1000100 1010010 10110 1010 1000101 101110

Color Harmonies of #C84024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84024

Black with #C84024

Text Example


Text Example

White with #C84024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84024; }

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

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

background-color css

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

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

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

border-color css

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

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

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