Html Css Color HEX #C83616 Harley Davidson Orange

📋 copy color: '#C83616'

red 200 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #C83616

Tints of Harley Davidson Orange #C83616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

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

R = 72.46%
G = 19.57%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C83616 (or 0xC83616) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 16. RGB value is (200,54,22). Sum of RGB (Red+Green+Blue) = 200+54+22=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C83616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83616 is #37C9E9. Grayscale: #5E5E5E. Windows color (decimal): -3656170 or 1455816. OLE color: 1455816.

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

Color convert

RGB 200 54 22 -
CMYK 0 0.73 0.89 0.22
HSL 10.79º 0.8% 0.44% -
HSV(B) 10.79º 0.89% 0.78% -
XYZ 25.28 14.98 2.32 -
YUV 94.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 200 54 22 0 0.73 0.89 0.22 10.79 0.8 0.44
Hex C8 36 16 0 49 59 16 B 50 2C
Octal 310 66 26 0 111 131 26 13 120 54
Binary 11001000 110110 10110 0 1001001 1011001 10110 1011 1010000 101100

Color Harmonies of #C83616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83616

Black with #C83616

Text Example


Text Example

White with #C83616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83616; }

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

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

background-color css

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

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

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

border-color css

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

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

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