Html Css Color HEX #E00226 Crimson

📋 copy color: '#E00226'

red 224 ◦ green 2 ◦ blue 38

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

Shades of Crimson #E00226

Tints of Crimson #E00226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.39%

R = 84.85%
G = 0.76%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00226 (or 0xE00226) is known color: Crimson. HEX triplet: E0, 02 and 26. RGB value is (224,2,38). Sum of RGB (Red+Green+Blue) = 224+2+38=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E00226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00226 is #1FFDD9. Grayscale: #484848. Windows color (decimal): -2096602 or 2491104. OLE color: 2491104.

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

Color convert

RGB 224 2 38 -
CMYK 0 0.99 0.83 0.12
HSL 350.27º 0.98% 0.44% -
HSV(B) 350.27º 0.99% 0.88% -
XYZ 31.11 16.03 3.29 -
YUV 72.48 108.55 236.07 -
System Red Green Blue C M Y K H S L
Decimal 224 2 38 0 0.99 0.83 0.12 350.27 0.98 0.44
Hex E0 2 26 0 63 53 C 15E 62 2C
Octal 340 2 46 0 143 123 14 536 142 54
Binary 11100000 10 100110 0 1100011 1010011 1100 101011110 1100010 101100

Color Harmonies of #E00226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00226

Black with #E00226

Text Example


Text Example

White with #E00226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00226; }

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

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

background-color css

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

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

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

border-color css

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

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

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