Html Css Color HEX #E20F2D Crimson

📋 copy color: '#E20F2D'

red 226 ◦ green 15 ◦ blue 45

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

Shades of Crimson #E20F2D

Tints of Crimson #E20F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 79.02%
G = 5.24%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E20F2D (or 0xE20F2D) is known color: Crimson. HEX triplet: E2, 0F and 2D. RGB value is (226,15,45). Sum of RGB (Red+Green+Blue) = 226+15+45=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20F2D is #1DF0D2. Grayscale: #515151. Windows color (decimal): -1962195 or 2953186. OLE color: 2953186.

HSL color Cylindrical-coordinate representation of color #E20F2D: hue angle of 351.47º 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 #E20F2D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 15 45 -
CMYK 0 0.93 0.80 0.11
HSL 351.47º 0.88% 0.47% -
HSV(B) 351.47º 0.93% 0.89% -
XYZ 32.01 16.7 4.02 -
YUV 81.51 107.4 231.06 -
System Red Green Blue C M Y K H S L
Decimal 226 15 45 0 0.93 0.80 0.11 351.47 0.88 0.47
Hex E2 F 2D 0 5D 50 B 15F 58 2F
Octal 342 17 55 0 135 120 13 537 130 57
Binary 11100010 1111 101101 0 1011101 1010000 1011 101011111 1011000 101111

Color Harmonies of #E20F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F2D

Black with #E20F2D

Text Example


Text Example

White with #E20F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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