Html Css Color HEX #E0152E Crimson

📋 copy color: '#E0152E'

red 224 ◦ green 21 ◦ blue 46

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

Shades of Crimson #E0152E

Tints of Crimson #E0152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 76.98%
G = 7.22%
B = 15.81%

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

#E0152E (or 0xE0152E) is known color: Crimson. HEX triplet: E0, 15 and 2E. RGB value is (224,21,46). Sum of RGB (Red+Green+Blue) = 224+21+46=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E0152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0152E is #1FEAD1. Grayscale: #545454. Windows color (decimal): -2091730 or 3020256. OLE color: 3020256.

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

Color convert

RGB 224 21 46 -
CMYK 0 0.91 0.79 0.12
HSL 352.61º 0.83% 0.48% -
HSV(B) 352.61º 0.91% 0.88% -
XYZ 31.5 16.58 4.12 -
YUV 84.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 224 21 46 0 0.91 0.79 0.12 352.61 0.83 0.48
Hex E0 15 2E 0 5B 4F C 161 53 30
Octal 340 25 56 0 133 117 14 541 123 60
Binary 11100000 10101 101110 0 1011011 1001111 1100 101100001 1010011 110000

Color Harmonies of #E0152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0152E

Black with #E0152E

Text Example


Text Example

White with #E0152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0152E; }

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

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

background-color css

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

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

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

border-color css

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

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

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