Html Css Color HEX #C93C10 Harley Davidson Orange

📋 copy color: '#C93C10'

red 201 ◦ green 60 ◦ blue 16

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

Shades of Harley Davidson Orange #C93C10

Tints of Harley Davidson Orange #C93C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 72.56%
G = 21.66%
B = 5.78%

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

#C93C10 (or 0xC93C10) is known color: Harley Davidson Orange. HEX triplet: C9, 3C and 10. RGB value is (201,60,16). Sum of RGB (Red+Green+Blue) = 201+60+16=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93C10 is #36C3EF. Grayscale: #616161. Windows color (decimal): -3589104 or 1064137. OLE color: 1064137.

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

Color convert

RGB 201 60 16 -
CMYK 0 0.70 0.92 0.21
HSL 14.27º 0.85% 0.43% -
HSV(B) 14.27º 0.92% 0.79% -
XYZ 25.8 15.69 2.16 -
YUV 97.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 201 60 16 0 0.70 0.92 0.21 14.27 0.85 0.43
Hex C9 3C 10 0 46 5C 15 E 55 2B
Octal 311 74 20 0 106 134 25 16 125 53
Binary 11001001 111100 10000 0 1000110 1011100 10101 1110 1010101 101011

Color Harmonies of #C93C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C10

Black with #C93C10

Text Example


Text Example

White with #C93C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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