Html Css Color HEX #C93C19 Harley Davidson Orange

📋 copy color: '#C93C19'

red 201 ◦ green 60 ◦ blue 25

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

Shades of Harley Davidson Orange #C93C19

Tints of Harley Davidson Orange #C93C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 70.28%
G = 20.98%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C93C19 (or 0xC93C19) is known color: Harley Davidson Orange. HEX triplet: C9, 3C and 19. RGB value is (201,60,25). Sum of RGB (Red+Green+Blue) = 201+60+25=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93C19 is #36C3E6. Grayscale: #626262. Windows color (decimal): -3589095 or 1653961. OLE color: 1653961.

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

Color convert

RGB 201 60 25 -
CMYK 0 0.70 0.88 0.21
HSL 11.93º 0.78% 0.44% -
HSV(B) 11.93º 0.88% 0.79% -
XYZ 25.88 15.72 2.59 -
YUV 98.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 201 60 25 0 0.70 0.88 0.21 11.93 0.78 0.44
Hex C9 3C 19 0 46 58 15 C 4E 2C
Octal 311 74 31 0 106 130 25 14 116 54
Binary 11001001 111100 11001 0 1000110 1011000 10101 1100 1001110 101100

Color Harmonies of #C93C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C19

Black with #C93C19

Text Example


Text Example

White with #C93C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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