Html Css Color HEX #C83116 Harley Davidson Orange

📋 copy color: '#C83116'

red 200 ◦ green 49 ◦ blue 22

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

Shades of Harley Davidson Orange #C83116

Tints of Harley Davidson Orange #C83116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 73.8%
G = 18.08%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C83116 (or 0xC83116) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 16. RGB value is (200,49,22). Sum of RGB (Red+Green+Blue) = 200+49+22=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C83116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83116 is #37CEE9. Grayscale: #5B5B5B. Windows color (decimal): -3657450 or 1454536. OLE color: 1454536.

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

Color convert

RGB 200 49 22 -
CMYK 0 0.76 0.89 0.22
HSL 9.1º 0.8% 0.44% -
HSV(B) 9.1º 0.89% 0.78% -
XYZ 25.06 14.53 2.24 -
YUV 91.07 89.03 205.7 -
System Red Green Blue C M Y K H S L
Decimal 200 49 22 0 0.76 0.89 0.22 9.1 0.8 0.44
Hex C8 31 16 0 4C 59 16 9 50 2C
Octal 310 61 26 0 114 131 26 11 120 54
Binary 11001000 110001 10110 0 1001100 1011001 10110 1001 1010000 101100

Color Harmonies of #C83116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83116

Black with #C83116

Text Example


Text Example

White with #C83116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83116; }

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

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

background-color css

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

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

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

border-color css

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

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

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