Html Css Color HEX #C83916 Harley Davidson Orange

📋 copy color: '#C83916'

red 200 ◦ green 57 ◦ blue 22

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

Shades of Harley Davidson Orange #C83916

Tints of Harley Davidson Orange #C83916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 71.68%
G = 20.43%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C83916 (or 0xC83916) is known color: Harley Davidson Orange. HEX triplet: C8, 39 and 16. RGB value is (200,57,22). Sum of RGB (Red+Green+Blue) = 200+57+22=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C83916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83916 is #37C6E9. Grayscale: #606060. Windows color (decimal): -3655402 or 1456584. OLE color: 1456584.

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

Color convert

RGB 200 57 22 -
CMYK 0 0.72 0.89 0.22
HSL 11.8º 0.8% 0.44% -
HSV(B) 11.8º 0.89% 0.78% -
XYZ 25.43 15.26 2.37 -
YUV 95.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 200 57 22 0 0.72 0.89 0.22 11.8 0.8 0.44
Hex C8 39 16 0 48 59 16 C 50 2C
Octal 310 71 26 0 110 131 26 14 120 54
Binary 11001000 111001 10110 0 1001000 1011001 10110 1100 1010000 101100

Color Harmonies of #C83916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83916

Black with #C83916

Text Example


Text Example

White with #C83916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83916; }

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

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

background-color css

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

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

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

border-color css

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

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

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