Html Css Color HEX #E01834 Crimson

📋 copy color: '#E01834'

red 224 ◦ green 24 ◦ blue 52

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

Shades of Crimson #E01834

Tints of Crimson #E01834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 52 (20.7% from 255) = 17.33%

R = 74.67%
G = 8%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E01834 (or 0xE01834) is known color: Crimson. HEX triplet: E0, 18 and 34. RGB value is (224,24,52). Sum of RGB (Red+Green+Blue) = 224+24+52=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E01834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01834 is #1FE7CB. Grayscale: #575757. Windows color (decimal): -2090956 or 3414240. OLE color: 3414240.

HSL color Cylindrical-coordinate representation of color #E01834: hue angle of 351.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01834 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 52 -
CMYK 0 0.89 0.77 0.12
HSL 351.6º 0.81% 0.49% -
HSV(B) 351.6º 0.89% 0.88% -
XYZ 31.69 16.75 4.81 -
YUV 86.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 224 24 52 0 0.89 0.77 0.12 351.6 0.81 0.49
Hex E0 18 34 0 59 4D C 160 51 31
Octal 340 30 64 0 131 115 14 540 121 61
Binary 11100000 11000 110100 0 1011001 1001101 1100 101100000 1010001 110001

Color Harmonies of #E01834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01834

Black with #E01834

Text Example


Text Example

White with #E01834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01834; }

 p { color: rgb(224,24,52); }

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

background-color css

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

 a { background-color: rgb(224,24,52); }

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

border-color css

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

 span { border-color: rgb(224,24,52); }

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