Html Css Color HEX #E00333 Crimson

📋 copy color: '#E00333'

red 224 ◦ green 3 ◦ blue 51

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

Shades of Crimson #E00333

Tints of Crimson #E00333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 80.58%
G = 1.08%
B = 18.35%

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

#E00333 (or 0xE00333) is known color: Crimson. HEX triplet: E0, 03 and 33. RGB value is (224,3,51). Sum of RGB (Red+Green+Blue) = 224+3+51=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E00333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00333 is #1FFCCC. Grayscale: #4A4A4A. Windows color (decimal): -2096333 or 3343328. OLE color: 3343328.

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

Color convert

RGB 224 3 51 -
CMYK 0 0.99 0.77 0.12
HSL 346.97º 0.97% 0.45% -
HSV(B) 346.97º 0.99% 0.88% -
XYZ 31.37 16.15 4.6 -
YUV 74.55 114.72 234.6 -
System Red Green Blue C M Y K H S L
Decimal 224 3 51 0 0.99 0.77 0.12 346.97 0.97 0.45
Hex E0 3 33 0 63 4D C 15B 61 2D
Octal 340 3 63 0 143 115 14 533 141 55
Binary 11100000 11 110011 0 1100011 1001101 1100 101011011 1100001 101101

Color Harmonies of #E00333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00333

Black with #E00333

Text Example


Text Example

White with #E00333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00333; }

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

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

background-color css

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

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

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

border-color css

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

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

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