Html Css Color HEX #C93E16 Harley Davidson Orange

📋 copy color: '#C93E16'

red 201 ◦ green 62 ◦ blue 22

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

Shades of Harley Davidson Orange #C93E16

Tints of Harley Davidson Orange #C93E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 70.53%
G = 21.75%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C93E16 (or 0xC93E16) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 16. RGB value is (201,62,22). Sum of RGB (Red+Green+Blue) = 201+62+22=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93E16 is #36C1E9. Grayscale: #636363. Windows color (decimal): -3588586 or 1457865. OLE color: 1457865.

HSL color Cylindrical-coordinate representation of color #C93E16: hue angle of 13.41º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93E16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 22 -
CMYK 0 0.69 0.89 0.21
HSL 13.41º 0.8% 0.44% -
HSV(B) 13.41º 0.89% 0.79% -
XYZ 25.95 15.92 2.46 -
YUV 99 84.55 200.75 -
System Red Green Blue C M Y K H S L
Decimal 201 62 22 0 0.69 0.89 0.21 13.41 0.8 0.44
Hex C9 3E 16 0 45 59 15 D 50 2C
Octal 311 76 26 0 105 131 25 15 120 54
Binary 11001001 111110 10110 0 1000101 1011001 10101 1101 1010000 101100

Color Harmonies of #C93E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E16

Black with #C93E16

Text Example


Text Example

White with #C93E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E16; }

 p { color: rgb(201,62,22); }

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

background-color css

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

 a { background-color: rgb(201,62,22); }

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

border-color css

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

 span { border-color: rgb(201,62,22); }

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