Html Css Color HEX #E00234 Crimson

📋 copy color: '#E00234'

red 224 ◦ green 2 ◦ blue 52

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

Shades of Crimson #E00234

Tints of Crimson #E00234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 80.58%
G = 0.72%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E00234 (or 0xE00234) is known color: Crimson. HEX triplet: E0, 02 and 34. RGB value is (224,2,52). Sum of RGB (Red+Green+Blue) = 224+2+52=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E00234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00234 is #1FFDCB. Grayscale: #4A4A4A. Windows color (decimal): -2096588 or 3408608. OLE color: 3408608.

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

Color convert

RGB 224 2 52 -
CMYK 0 0.99 0.77 0.12
HSL 346.49º 0.98% 0.44% -
HSV(B) 346.49º 0.99% 0.88% -
XYZ 31.38 16.14 4.71 -
YUV 74.08 115.55 234.93 -
System Red Green Blue C M Y K H S L
Decimal 224 2 52 0 0.99 0.77 0.12 346.49 0.98 0.44
Hex E0 2 34 0 63 4D C 15A 62 2C
Octal 340 2 64 0 143 115 14 532 142 54
Binary 11100000 10 110100 0 1100011 1001101 1100 101011010 1100010 101100

Color Harmonies of #E00234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00234

Black with #E00234

Text Example


Text Example

White with #E00234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00234; }

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

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

background-color css

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

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

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

border-color css

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

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

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