Html Css Color HEX #C83510 Harley Davidson Orange

📋 copy color: '#C83510'

red 200 ◦ green 53 ◦ blue 16

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

Shades of Harley Davidson Orange #C83510

Tints of Harley Davidson Orange #C83510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 74.35%
G = 19.7%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C83510 (or 0xC83510) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 10. RGB value is (200,53,16). Sum of RGB (Red+Green+Blue) = 200+53+16=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C83510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83510 is #37CAEF. Grayscale: #5D5D5D. Windows color (decimal): -3656432 or 1062344. OLE color: 1062344.

HSL color Cylindrical-coordinate representation of color #C83510: hue angle of 12.07º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C83510 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 16 -
CMYK 0 0.74 0.92 0.22
HSL 12.07º 0.85% 0.42% -
HSV(B) 12.07º 0.92% 0.78% -
XYZ 25.19 14.86 2.03 -
YUV 92.74 84.7 204.51 -
System Red Green Blue C M Y K H S L
Decimal 200 53 16 0 0.74 0.92 0.22 12.07 0.85 0.42
Hex C8 35 10 0 4A 5C 16 C 55 2A
Octal 310 65 20 0 112 134 26 14 125 52
Binary 11001000 110101 10000 0 1001010 1011100 10110 1100 1010101 101010

Color Harmonies of #C83510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83510

Black with #C83510

Text Example


Text Example

White with #C83510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83510; }

 p { color: rgb(200,53,16); }

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

background-color css

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

 a { background-color: rgb(200,53,16); }

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

border-color css

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

 span { border-color: rgb(200,53,16); }

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