Html Css Color HEX #C83816 Harley Davidson Orange

📋 copy color: '#C83816'

red 200 ◦ green 56 ◦ blue 22

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

Shades of Harley Davidson Orange #C83816

Tints of Harley Davidson Orange #C83816

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

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

R = 71.94%
G = 20.14%
B = 7.91%

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

#C83816 (or 0xC83816) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 16. RGB value is (200,56,22). Sum of RGB (Red+Green+Blue) = 200+56+22=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C83816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83816 is #37C7E9. Grayscale: #5F5F5F. Windows color (decimal): -3655658 or 1456328. OLE color: 1456328.

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

Color convert

RGB 200 56 22 -
CMYK 0 0.72 0.89 0.22
HSL 11.46º 0.8% 0.44% -
HSV(B) 11.46º 0.89% 0.78% -
XYZ 25.38 15.17 2.35 -
YUV 95.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 200 56 22 0 0.72 0.89 0.22 11.46 0.8 0.44
Hex C8 38 16 0 48 59 16 B 50 2C
Octal 310 70 26 0 110 131 26 13 120 54
Binary 11001000 111000 10110 0 1001000 1011001 10110 1011 1010000 101100

Color Harmonies of #C83816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83816

Black with #C83816

Text Example


Text Example

White with #C83816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83816; }

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

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

background-color css

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

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

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

border-color css

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

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

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