Html Css Color HEX #E0033A Crimson

📋 copy color: '#E0033A'

red 224 ◦ green 3 ◦ blue 58

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

Shades of Crimson #E0033A

Tints of Crimson #E0033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 78.6%
G = 1.05%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0033A (or 0xE0033A) is known color: Crimson. HEX triplet: E0, 03 and 3A. RGB value is (224,3,58). Sum of RGB (Red+Green+Blue) = 224+3+58=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E0033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0033A is #1FFCC5. Grayscale: #4B4B4B. Windows color (decimal): -2096326 or 3802080. OLE color: 3802080.

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

Color convert

RGB 224 3 58 -
CMYK 0 0.99 0.74 0.12
HSL 345.07º 0.97% 0.45% -
HSV(B) 345.07º 0.99% 0.88% -
XYZ 31.54 16.22 5.47 -
YUV 75.35 118.22 234.03 -
System Red Green Blue C M Y K H S L
Decimal 224 3 58 0 0.99 0.74 0.12 345.07 0.97 0.45
Hex E0 3 3A 0 63 4A C 159 61 2D
Octal 340 3 72 0 143 112 14 531 141 55
Binary 11100000 11 111010 0 1100011 1001010 1100 101011001 1100001 101101

Color Harmonies of #E0033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0033A

Black with #E0033A

Text Example


Text Example

White with #E0033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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