Html Css Color HEX #E00339 Crimson

📋 copy color: '#E00339'

red 224 ◦ green 3 ◦ blue 57

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

Shades of Crimson #E00339

Tints of Crimson #E00339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 78.87%
G = 1.06%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E00339 (or 0xE00339) is known color: Crimson. HEX triplet: E0, 03 and 39. RGB value is (224,3,57). Sum of RGB (Red+Green+Blue) = 224+3+57=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E00339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00339 is #1FFCC6. Grayscale: #4B4B4B. Windows color (decimal): -2096327 or 3736544. OLE color: 3736544.

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

Color convert

RGB 224 3 57 -
CMYK 0 0.99 0.75 0.12
HSL 345.34º 0.97% 0.45% -
HSV(B) 345.34º 0.99% 0.88% -
XYZ 31.51 16.21 5.34 -
YUV 75.24 117.72 234.11 -
System Red Green Blue C M Y K H S L
Decimal 224 3 57 0 0.99 0.75 0.12 345.34 0.97 0.45
Hex E0 3 39 0 63 4B C 159 61 2D
Octal 340 3 71 0 143 113 14 531 141 55
Binary 11100000 11 111001 0 1100011 1001011 1100 101011001 1100001 101101

Color Harmonies of #E00339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00339

Black with #E00339

Text Example


Text Example

White with #E00339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00339; }

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

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

background-color css

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

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

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

border-color css

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

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

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