Html Css Color HEX #C93E20 Harley Davidson Orange

📋 copy color: '#C93E20'

red 201 ◦ green 62 ◦ blue 32

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

Shades of Harley Davidson Orange #C93E20

Tints of Harley Davidson Orange #C93E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 68.14%
G = 21.02%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C93E20 (or 0xC93E20) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 20. RGB value is (201,62,32). Sum of RGB (Red+Green+Blue) = 201+62+32=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E20 is #36C1DF. Grayscale: #646464. Windows color (decimal): -3588576 or 2113225. OLE color: 2113225.

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

Color convert

RGB 201 62 32 -
CMYK 0 0.69 0.84 0.21
HSL 10.65º 0.73% 0.46% -
HSV(B) 10.65º 0.84% 0.79% -
XYZ 26.07 15.97 3.07 -
YUV 100.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 201 62 32 0 0.69 0.84 0.21 10.65 0.73 0.46
Hex C9 3E 20 0 45 54 15 B 49 2E
Octal 311 76 40 0 105 124 25 13 111 56
Binary 11001001 111110 100000 0 1000101 1010100 10101 1011 1001001 101110

Color Harmonies of #C93E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E20

Black with #C93E20

Text Example


Text Example

White with #C93E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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