Html Css Color HEX #E01530 Crimson

📋 copy color: '#E01530'

red 224 ◦ green 21 ◦ blue 48

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

Shades of Crimson #E01530

Tints of Crimson #E01530

RGB

 RED value IS 224 (87.89% from 255) = 76.45%

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 76.45%
G = 7.17%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E01530 (or 0xE01530) is known color: Crimson. HEX triplet: E0, 15 and 30. RGB value is (224,21,48). Sum of RGB (Red+Green+Blue) = 224+21+48=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E01530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01530 is #1FEACF. Grayscale: #545454. Windows color (decimal): -2091728 or 3151328. OLE color: 3151328.

HSL color Cylindrical-coordinate representation of color #E01530: hue angle of 352.02º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E01530 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 48 -
CMYK 0 0.91 0.79 0.12
HSL 352.02º 0.83% 0.48% -
HSV(B) 352.02º 0.91% 0.88% -
XYZ 31.54 16.6 4.34 -
YUV 84.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 224 21 48 0 0.91 0.79 0.12 352.02 0.83 0.48
Hex E0 15 30 0 5B 4F C 160 53 30
Octal 340 25 60 0 133 117 14 540 123 60
Binary 11100000 10101 110000 0 1011011 1001111 1100 101100000 1010011 110000

Color Harmonies of #E01530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01530

Black with #E01530

Text Example


Text Example

White with #E01530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01530; }

 p { color: rgb(224,21,48); }

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

background-color css

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

 a { background-color: rgb(224,21,48); }

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

border-color css

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

 span { border-color: rgb(224,21,48); }

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