Html Css Color HEX #E0152B Crimson

📋 copy color: '#E0152B'

red 224 ◦ green 21 ◦ blue 43

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

Shades of Crimson #E0152B

Tints of Crimson #E0152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 77.78%
G = 7.29%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0152B (or 0xE0152B) is known color: Crimson. HEX triplet: E0, 15 and 2B. RGB value is (224,21,43). Sum of RGB (Red+Green+Blue) = 224+21+43=288 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.78% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 224 - color contains mainly: red. Hex color #E0152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0152B is #1FEAD4. Grayscale: #545454. Windows color (decimal): -2091733 or 2823648. OLE color: 2823648.

HSL color Cylindrical-coordinate representation of color #E0152B: hue angle of 353.5º 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 #E0152B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 43 -
CMYK 0 0.91 0.81 0.12
HSL 353.5º 0.83% 0.48% -
HSV(B) 353.5º 0.91% 0.88% -
XYZ 31.44 16.56 3.82 -
YUV 84.21 104.75 227.71 -
System Red Green Blue C M Y K H S L
Decimal 224 21 43 0 0.91 0.81 0.12 353.5 0.83 0.48
Hex E0 15 2B 0 5B 51 C 161 53 30
Octal 340 25 53 0 133 121 14 541 123 60
Binary 11100000 10101 101011 0 1011011 1010001 1100 101100001 1010011 110000

Color Harmonies of #E0152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0152B

Black with #E0152B

Text Example


Text Example

White with #E0152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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