Html Css Color HEX #C93111 Harley Davidson Orange

📋 copy color: '#C93111'

red 201 ◦ green 49 ◦ blue 17

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

Shades of Harley Davidson Orange #C93111

Tints of Harley Davidson Orange #C93111

RGB

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

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

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

R = 75.28%
G = 18.35%
B = 6.37%

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

#C93111 (or 0xC93111) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 11. RGB value is (201,49,17). Sum of RGB (Red+Green+Blue) = 201+49+17=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C93111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93111 is #36CEEE. Grayscale: #5B5B5B. Windows color (decimal): -3591919 or 1126857. OLE color: 1126857.

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

Color convert

RGB 201 49 17 -
CMYK 0 0.76 0.92 0.21
HSL 10.43º 0.84% 0.43% -
HSV(B) 10.43º 0.92% 0.79% -
XYZ 25.29 14.65 2.03 -
YUV 90.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 201 49 17 0 0.76 0.92 0.21 10.43 0.84 0.43
Hex C9 31 11 0 4C 5C 15 A 54 2B
Octal 311 61 21 0 114 134 25 12 124 53
Binary 11001001 110001 10001 0 1001100 1011100 10101 1010 1010100 101011

Color Harmonies of #C93111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93111

Black with #C93111

Text Example


Text Example

White with #C93111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93111; }

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

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

background-color css

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

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

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

border-color css

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

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

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