Html Css Color HEX #E20F35 Crimson

📋 copy color: '#E20F35'

red 226 ◦ green 15 ◦ blue 53

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

Shades of Crimson #E20F35

Tints of Crimson #E20F35

RGB

 RED value IS 226 (88.67% from 255) = 76.87%

 GREEN value IS 15 (6.25% from 255) = 5.1%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 76.87%
G = 5.1%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E20F35 (or 0xE20F35) is known color: Crimson. HEX triplet: E2, 0F and 35. RGB value is (226,15,53). Sum of RGB (Red+Green+Blue) = 226+15+53=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F35 is #1DF0CA. Grayscale: #525252. Windows color (decimal): -1962187 or 3477474. OLE color: 3477474.

HSL color Cylindrical-coordinate representation of color #E20F35: hue angle of 349.19º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F35 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 53 -
CMYK 0 0.93 0.77 0.11
HSL 349.19º 0.88% 0.47% -
HSV(B) 349.19º 0.93% 0.89% -
XYZ 32.18 16.77 4.91 -
YUV 82.42 111.4 230.41 -
System Red Green Blue C M Y K H S L
Decimal 226 15 53 0 0.93 0.77 0.11 349.19 0.88 0.47
Hex E2 F 35 0 5D 4D B 15D 58 2F
Octal 342 17 65 0 135 115 13 535 130 57
Binary 11100010 1111 110101 0 1011101 1001101 1011 101011101 1011000 101111

Color Harmonies of #E20F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F35

Black with #E20F35

Text Example


Text Example

White with #E20F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F35; }

 p { color: rgb(226,15,53); }

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

background-color css

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

 a { background-color: rgb(226,15,53); }

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

border-color css

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

 span { border-color: rgb(226,15,53); }

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