Html Css Color HEX #C83316 Harley Davidson Orange

📋 copy color: '#C83316'

red 200 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #C83316

Tints of Harley Davidson Orange #C83316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 73.26%
G = 18.68%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C83316 (or 0xC83316) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 16. RGB value is (200,51,22). Sum of RGB (Red+Green+Blue) = 200+51+22=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83316 is #37CCE9. Grayscale: #5C5C5C. Windows color (decimal): -3656938 or 1455048. OLE color: 1455048.

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

Color convert

RGB 200 51 22 -
CMYK 0 0.74 0.89 0.22
HSL 9.78º 0.8% 0.44% -
HSV(B) 9.78º 0.89% 0.78% -
XYZ 25.15 14.7 2.27 -
YUV 92.25 88.36 204.86 -
System Red Green Blue C M Y K H S L
Decimal 200 51 22 0 0.74 0.89 0.22 9.78 0.8 0.44
Hex C8 33 16 0 4A 59 16 A 50 2C
Octal 310 63 26 0 112 131 26 12 120 54
Binary 11001000 110011 10110 0 1001010 1011001 10110 1010 1010000 101100

Color Harmonies of #C83316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83316

Black with #C83316

Text Example


Text Example

White with #C83316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83316; }

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

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

background-color css

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

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

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

border-color css

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

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

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