Html Css Color HEX #C93113 Harley Davidson Orange

📋 copy color: '#C93113'

red 201 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #C93113

Tints of Harley Davidson Orange #C93113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 74.72%
G = 18.22%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C93113 (or 0xC93113) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 13. RGB value is (201,49,19). Sum of RGB (Red+Green+Blue) = 201+49+19=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93113 is #36CEEC. Grayscale: #5B5B5B. Windows color (decimal): -3591917 or 1257929. OLE color: 1257929.

HSL color Cylindrical-coordinate representation of color #C93113: hue angle of 9.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C93113 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 19 -
CMYK 0 0.76 0.91 0.21
HSL 9.89º 0.83% 0.43% -
HSV(B) 9.89º 0.91% 0.79% -
XYZ 25.3 14.66 2.11 -
YUV 91.03 87.36 206.44 -
System Red Green Blue C M Y K H S L
Decimal 201 49 19 0 0.76 0.91 0.21 9.89 0.83 0.43
Hex C9 31 13 0 4C 5B 15 A 53 2B
Octal 311 61 23 0 114 133 25 12 123 53
Binary 11001001 110001 10011 0 1001100 1011011 10101 1010 1010011 101011

Color Harmonies of #C93113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93113

Black with #C93113

Text Example


Text Example

White with #C93113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93113; }

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

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

background-color css

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

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

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

border-color css

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

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

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