Html Css Color HEX #C93110 Harley Davidson Orange

📋 copy color: '#C93110'

red 201 ◦ green 49 ◦ blue 16

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

Shades of Harley Davidson Orange #C93110

Tints of Harley Davidson Orange #C93110

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

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

R = 75.56%
G = 18.42%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C93110 (or 0xC93110) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 10. RGB value is (201,49,16). Sum of RGB (Red+Green+Blue) = 201+49+16=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C93110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93110 is #36CEEF. Grayscale: #5A5A5A. Windows color (decimal): -3591920 or 1061321. OLE color: 1061321.

HSL color Cylindrical-coordinate representation of color #C93110: hue angle of 10.7º 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 #C93110 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 16 -
CMYK 0 0.76 0.92 0.21
HSL 10.7º 0.85% 0.43% -
HSV(B) 10.7º 0.92% 0.79% -
XYZ 25.28 14.65 1.99 -
YUV 90.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 201 49 16 0 0.76 0.92 0.21 10.7 0.85 0.43
Hex C9 31 10 0 4C 5C 15 B 55 2B
Octal 311 61 20 0 114 134 25 13 125 53
Binary 11001001 110001 10000 0 1001100 1011100 10101 1011 1010101 101011

Color Harmonies of #C93110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93110

Black with #C93110

Text Example


Text Example

White with #C93110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93110; }

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

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

background-color css

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

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

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

border-color css

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

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

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