Html Css Color HEX #C93510 Harley Davidson Orange

📋 copy color: '#C93510'

red 201 ◦ green 53 ◦ blue 16

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

Shades of Harley Davidson Orange #C93510

Tints of Harley Davidson Orange #C93510

RGB

 RED value IS 201 (78.91% from 255) = 74.44%

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

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

R = 74.44%
G = 19.63%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C93510 (or 0xC93510) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 10. RGB value is (201,53,16). Sum of RGB (Red+Green+Blue) = 201+53+16=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C93510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93510 is #36CAEF. Grayscale: #5D5D5D. Windows color (decimal): -3590896 or 1062345. OLE color: 1062345.

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

Color convert

RGB 201 53 16 -
CMYK 0 0.74 0.92 0.21
HSL 12º 0.85% 0.43% -
HSV(B) 12º 0.92% 0.79% -
XYZ 25.45 15 2.04 -
YUV 93.03 84.53 205.01 -
System Red Green Blue C M Y K H S L
Decimal 201 53 16 0 0.74 0.92 0.21 12 0.85 0.43
Hex C9 35 10 0 4A 5C 15 C 55 2B
Octal 311 65 20 0 112 134 25 14 125 53
Binary 11001001 110101 10000 0 1001010 1011100 10101 1100 1010101 101011

Color Harmonies of #C93510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93510

Black with #C93510

Text Example


Text Example

White with #C93510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93510; }

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

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

background-color css

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

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

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

border-color css

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

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

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