Html Css Color HEX #C93311 Harley Davidson Orange

📋 copy color: '#C93311'

red 201 ◦ green 51 ◦ blue 17

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

Shades of Harley Davidson Orange #C93311

Tints of Harley Davidson Orange #C93311

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

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

R = 74.72%
G = 18.96%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C93311 (or 0xC93311) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 11. RGB value is (201,51,17). Sum of RGB (Red+Green+Blue) = 201+51+17=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93311 is #36CCEE. Grayscale: #5C5C5C. Windows color (decimal): -3591407 or 1127369. OLE color: 1127369.

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

Color convert

RGB 201 51 17 -
CMYK 0 0.75 0.92 0.21
HSL 11.09º 0.84% 0.43% -
HSV(B) 11.09º 0.92% 0.79% -
XYZ 25.37 14.83 2.05 -
YUV 91.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 201 51 17 0 0.75 0.92 0.21 11.09 0.84 0.43
Hex C9 33 11 0 4B 5C 15 B 54 2B
Octal 311 63 21 0 113 134 25 13 124 53
Binary 11001001 110011 10001 0 1001011 1011100 10101 1011 1010100 101011

Color Harmonies of #C93311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93311

Black with #C93311

Text Example


Text Example

White with #C93311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93311; }

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

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

background-color css

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

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

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

border-color css

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

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

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