Html Css Color HEX #C91C10 Harley Davidson Orange

📋 copy color: '#C91C10'

red 201 ◦ green 28 ◦ blue 16

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

Shades of Harley Davidson Orange #C91C10

Tints of Harley Davidson Orange #C91C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 82.04%
G = 11.43%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C91C10 (or 0xC91C10) is known color: Harley Davidson Orange. HEX triplet: C9, 1C and 10. RGB value is (201,28,16). Sum of RGB (Red+Green+Blue) = 201+28+16=245 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.04% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91C10 is #36E3EF. Grayscale: #4E4E4E. Windows color (decimal): -3597296 or 1055945. OLE color: 1055945.

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

Color convert

RGB 201 28 16 -
CMYK 0 0.86 0.92 0.21
HSL 3.89º 0.85% 0.43% -
HSV(B) 3.89º 0.92% 0.79% -
XYZ 24.6 13.29 1.76 -
YUV 78.36 92.81 215.48 -
System Red Green Blue C M Y K H S L
Decimal 201 28 16 0 0.86 0.92 0.21 3.89 0.85 0.43
Hex C9 1C 10 0 56 5C 15 4 55 2B
Octal 311 34 20 0 126 134 25 4 125 53
Binary 11001001 11100 10000 0 1010110 1011100 10101 100 1010101 101011

Color Harmonies of #C91C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91C10

Black with #C91C10

Text Example


Text Example

White with #C91C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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