Html Css Color HEX #C84316 Harley Davidson Orange

📋 copy color: '#C84316'

red 200 ◦ green 67 ◦ blue 22

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

Shades of Harley Davidson Orange #C84316

Tints of Harley Davidson Orange #C84316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 69.2%
G = 23.18%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C84316 (or 0xC84316) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 16. RGB value is (200,67,22). Sum of RGB (Red+Green+Blue) = 200+67+22=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84316 is #37BCE9. Grayscale: #656565. Windows color (decimal): -3652842 or 1459144. OLE color: 1459144.

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

Color convert

RGB 200 67 22 -
CMYK 0 0.66 0.89 0.22
HSL 15.17º 0.8% 0.44% -
HSV(B) 15.17º 0.89% 0.78% -
XYZ 25.97 16.35 2.55 -
YUV 101.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 200 67 22 0 0.66 0.89 0.22 15.17 0.8 0.44
Hex C8 43 16 0 42 59 16 F 50 2C
Octal 310 103 26 0 102 131 26 17 120 54
Binary 11001000 1000011 10110 0 1000010 1011001 10110 1111 1010000 101100

Color Harmonies of #C84316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84316

Black with #C84316

Text Example


Text Example

White with #C84316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84316; }

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

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

background-color css

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

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

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

border-color css

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

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

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