Html Css Color HEX #C84019 Harley Davidson Orange

📋 copy color: '#C84019'

red 200 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #C84019

Tints of Harley Davidson Orange #C84019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 69.2%
G = 22.15%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84019 (or 0xC84019) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 19. RGB value is (200,64,25). Sum of RGB (Red+Green+Blue) = 200+64+25=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84019 is #37BFE6. Grayscale: #646464. Windows color (decimal): -3653607 or 1654984. OLE color: 1654984.

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

Color convert

RGB 200 64 25 -
CMYK 0 0.68 0.88 0.22
HSL 13.37º 0.78% 0.44% -
HSV(B) 13.37º 0.88% 0.78% -
XYZ 25.83 16.02 2.65 -
YUV 100.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 200 64 25 0 0.68 0.88 0.22 13.37 0.78 0.44
Hex C8 40 19 0 44 58 16 D 4E 2C
Octal 310 100 31 0 104 130 26 15 116 54
Binary 11001000 1000000 11001 0 1000100 1011000 10110 1101 1001110 101100

Color Harmonies of #C84019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84019

Black with #C84019

Text Example


Text Example

White with #C84019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84019; }

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

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

background-color css

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

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

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

border-color css

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

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

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