Html Css Color HEX #C83216 Harley Davidson Orange

📋 copy color: '#C83216'

red 200 ◦ green 50 ◦ blue 22

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

Shades of Harley Davidson Orange #C83216

Tints of Harley Davidson Orange #C83216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

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

R = 73.53%
G = 18.38%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C83216 (or 0xC83216) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 16. RGB value is (200,50,22). Sum of RGB (Red+Green+Blue) = 200+50+22=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C83216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83216 is #37CDE9. Grayscale: #5B5B5B. Windows color (decimal): -3657194 or 1454792. OLE color: 1454792.

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

Color convert

RGB 200 50 22 -
CMYK 0 0.75 0.89 0.22
HSL 9.44º 0.8% 0.44% -
HSV(B) 9.44º 0.89% 0.78% -
XYZ 25.1 14.62 2.26 -
YUV 91.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 200 50 22 0 0.75 0.89 0.22 9.44 0.8 0.44
Hex C8 32 16 0 4B 59 16 9 50 2C
Octal 310 62 26 0 113 131 26 11 120 54
Binary 11001000 110010 10110 0 1001011 1011001 10110 1001 1010000 101100

Color Harmonies of #C83216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83216

Black with #C83216

Text Example


Text Example

White with #C83216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83216; }

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

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

background-color css

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

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

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

border-color css

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

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

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