Html Css Color HEX #E0033F Crimson

📋 copy color: '#E0033F'

red 224 ◦ green 3 ◦ blue 63

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

Shades of Crimson #E0033F

Tints of Crimson #E0033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.72%

R = 77.24%
G = 1.03%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0033F (or 0xE0033F) is known color: Crimson. HEX triplet: E0, 03 and 3F. RGB value is (224,3,63). Sum of RGB (Red+Green+Blue) = 224+3+63=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0033F is #1FFCC0. Grayscale: #4B4B4B. Windows color (decimal): -2096321 or 4129760. OLE color: 4129760.

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

Color convert

RGB 224 3 63 -
CMYK 0 0.99 0.72 0.12
HSL 343.71º 0.97% 0.45% -
HSV(B) 343.71º 0.99% 0.88% -
XYZ 31.67 16.27 6.17 -
YUV 75.92 120.72 233.62 -
System Red Green Blue C M Y K H S L
Decimal 224 3 63 0 0.99 0.72 0.12 343.71 0.97 0.45
Hex E0 3 3F 0 63 48 C 158 61 2D
Octal 340 3 77 0 143 110 14 530 141 55
Binary 11100000 11 111111 0 1100011 1001000 1100 101011000 1100001 101101

Color Harmonies of #E0033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0033F

Black with #E0033F

Text Example


Text Example

White with #E0033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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