Html Css Color HEX #C84319 Harley Davidson Orange

📋 copy color: '#C84319'

red 200 ◦ green 67 ◦ blue 25

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

Shades of Harley Davidson Orange #C84319

Tints of Harley Davidson Orange #C84319

RGB

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

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

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

R = 68.49%
G = 22.95%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84319 (or 0xC84319) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 19. RGB value is (200,67,25). Sum of RGB (Red+Green+Blue) = 200+67+25=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84319 is #37BCE6. Grayscale: #666666. Windows color (decimal): -3652839 or 1655752. OLE color: 1655752.

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

Color convert

RGB 200 67 25 -
CMYK 0 0.66 0.88 0.22
HSL 14.4º 0.78% 0.44% -
HSV(B) 14.4º 0.88% 0.78% -
XYZ 26 16.36 2.71 -
YUV 101.98 84.56 197.92 -
System Red Green Blue C M Y K H S L
Decimal 200 67 25 0 0.66 0.88 0.22 14.4 0.78 0.44
Hex C8 43 19 0 42 58 16 E 4E 2C
Octal 310 103 31 0 102 130 26 16 116 54
Binary 11001000 1000011 11001 0 1000010 1011000 10110 1110 1001110 101100

Color Harmonies of #C84319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84319

Black with #C84319

Text Example


Text Example

White with #C84319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84319; }

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

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

background-color css

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

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

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

border-color css

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

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

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