Html Css Color HEX #E0262B Alizarin

📋 copy color: '#E0262B'

red 224 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #E0262B

Tints of Alizarin #E0262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 73.44%
G = 12.46%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0262B (or 0xE0262B) is known color: Alizarin. HEX triplet: E0, 26 and 2B. RGB value is (224,38,43). Sum of RGB (Red+Green+Blue) = 224+38+43=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0262B is #1FD9D4. Grayscale: #5E5E5E. Windows color (decimal): -2087381 or 2828000. OLE color: 2828000.

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

Color convert

RGB 224 38 43 -
CMYK 0 0.83 0.81 0.12
HSL 358.39º 0.75% 0.51% -
HSV(B) 358.39º 0.83% 0.88% -
XYZ 31.87 17.41 3.97 -
YUV 94.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 224 38 43 0 0.83 0.81 0.12 358.39 0.75 0.51
Hex E0 26 2B 0 53 51 C 166 4B 33
Octal 340 46 53 0 123 121 14 546 113 63
Binary 11100000 100110 101011 0 1010011 1010001 1100 101100110 1001011 110011

Color Harmonies of #E0262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0262B

Black with #E0262B

Text Example


Text Example

White with #E0262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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