Html Css Color HEX #E00133 Crimson

📋 copy color: '#E00133'

red 224 ◦ green 1 ◦ blue 51

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

Shades of Crimson #E00133

Tints of Crimson #E00133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 81.16%
G = 0.36%
B = 18.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E00133 (or 0xE00133) is known color: Crimson. HEX triplet: E0, 01 and 33. RGB value is (224,1,51). Sum of RGB (Red+Green+Blue) = 224+1+51=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E00133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00133 is #1FFECC. Grayscale: #494949. Windows color (decimal): -2096845 or 3342816. OLE color: 3342816.

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

Color convert

RGB 224 1 51 -
CMYK 0 1.00 0.77 0.12
HSL 346.55º 0.99% 0.44% -
HSV(B) 346.55º 1% 0.88% -
XYZ 31.35 16.11 4.59 -
YUV 73.38 115.38 235.43 -
System Red Green Blue C M Y K H S L
Decimal 224 1 51 0 1.00 0.77 0.12 346.55 0.99 0.44
Hex E0 1 33 0 64 4D C 15B 63 2C
Octal 340 1 63 0 144 115 14 533 143 54
Binary 11100000 1 110011 0 1100100 1001101 1100 101011011 1100011 101100

Color Harmonies of #E00133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00133

Black with #E00133

Text Example


Text Example

White with #E00133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00133; }

 p { color: rgb(224,1,51); }

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

background-color css

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

 a { background-color: rgb(224,1,51); }

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

border-color css

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

 span { border-color: rgb(224,1,51); }

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