Html Css Color HEX #C93011 Harley Davidson Orange

📋 copy color: '#C93011'

red 201 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #C93011

Tints of Harley Davidson Orange #C93011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 75.56%
G = 18.05%
B = 6.39%

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

#C93011 (or 0xC93011) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 11. RGB value is (201,48,17). Sum of RGB (Red+Green+Blue) = 201+48+17=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C93011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93011 is #36CFEE. Grayscale: #5A5A5A. Windows color (decimal): -3592175 or 1126601. OLE color: 1126601.

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

Color convert

RGB 201 48 17 -
CMYK 0 0.76 0.92 0.21
HSL 10.11º 0.84% 0.43% -
HSV(B) 10.11º 0.92% 0.79% -
XYZ 25.25 14.57 2.01 -
YUV 90.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 201 48 17 0 0.76 0.92 0.21 10.11 0.84 0.43
Hex C9 30 11 0 4C 5C 15 A 54 2B
Octal 311 60 21 0 114 134 25 12 124 53
Binary 11001001 110000 10001 0 1001100 1011100 10101 1010 1010100 101011

Color Harmonies of #C93011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93011

Black with #C93011

Text Example


Text Example

White with #C93011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93011; }

 p { color: rgb(201,48,17); }

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

background-color css

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

 a { background-color: rgb(201,48,17); }

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

border-color css

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

 span { border-color: rgb(201,48,17); }

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