Html Css Color HEX #C93C11 Harley Davidson Orange

📋 copy color: '#C93C11'

red 201 ◦ green 60 ◦ blue 17

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

Shades of Harley Davidson Orange #C93C11

Tints of Harley Davidson Orange #C93C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 72.3%
G = 21.58%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C93C11 (or 0xC93C11) is known color: Harley Davidson Orange. HEX triplet: C9, 3C and 11. RGB value is (201,60,17). Sum of RGB (Red+Green+Blue) = 201+60+17=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93C11 is #36C3EE. Grayscale: #616161. Windows color (decimal): -3589103 or 1129673. OLE color: 1129673.

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

Color convert

RGB 201 60 17 -
CMYK 0 0.70 0.92 0.21
HSL 14.02º 0.84% 0.43% -
HSV(B) 14.02º 0.92% 0.79% -
XYZ 25.8 15.69 2.2 -
YUV 97.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 201 60 17 0 0.70 0.92 0.21 14.02 0.84 0.43
Hex C9 3C 11 0 46 5C 15 E 54 2B
Octal 311 74 21 0 106 134 25 16 124 53
Binary 11001001 111100 10001 0 1000110 1011100 10101 1110 1010100 101011

Color Harmonies of #C93C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C11

Black with #C93C11

Text Example


Text Example

White with #C93C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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