Html Css Color HEX #E20730 Crimson

📋 copy color: '#E20730'

red 226 ◦ green 7 ◦ blue 48

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

Shades of Crimson #E20730

Tints of Crimson #E20730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 80.43%
G = 2.49%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E20730 (or 0xE20730) is known color: Crimson. HEX triplet: E2, 07 and 30. RGB value is (226,7,48). Sum of RGB (Red+Green+Blue) = 226+7+48=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E20730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20730 is #1DF8CF. Grayscale: #4D4D4D. Windows color (decimal): -1964240 or 3147746. OLE color: 3147746.

HSL color Cylindrical-coordinate representation of color #E20730: hue angle of 348.77º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E20730 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 7 48 -
CMYK 0 0.97 0.79 0.11
HSL 348.77º 0.94% 0.46% -
HSV(B) 348.77º 0.97% 0.89% -
XYZ 31.97 16.53 4.3 -
YUV 77.16 111.55 234.17 -
System Red Green Blue C M Y K H S L
Decimal 226 7 48 0 0.97 0.79 0.11 348.77 0.94 0.46
Hex E2 7 30 0 61 4F B 15D 5E 2E
Octal 342 7 60 0 141 117 13 535 136 56
Binary 11100010 111 110000 0 1100001 1001111 1011 101011101 1011110 101110

Color Harmonies of #E20730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20730

Black with #E20730

Text Example


Text Example

White with #E20730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20730; }

 p { color: rgb(226,7,48); }

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

background-color css

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

 a { background-color: rgb(226,7,48); }

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

border-color css

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

 span { border-color: rgb(226,7,48); }

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