Html Css Color HEX #E00344 Crimson

📋 copy color: '#E00344'

red 224 ◦ green 3 ◦ blue 68

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

Shades of Crimson #E00344

Tints of Crimson #E00344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.05%

R = 75.93%
G = 1.02%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E00344 (or 0xE00344) is known color: Crimson. HEX triplet: E0, 03 and 44. RGB value is (224,3,68). Sum of RGB (Red+Green+Blue) = 224+3+68=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E00344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00344 is #1FFCBB. Grayscale: #4C4C4C. Windows color (decimal): -2096316 or 4457440. OLE color: 4457440.

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

Color convert

RGB 224 3 68 -
CMYK 0 0.99 0.70 0.12
HSL 342.35º 0.97% 0.45% -
HSV(B) 342.35º 0.99% 0.88% -
XYZ 31.82 16.33 6.94 -
YUV 76.49 123.22 233.21 -
System Red Green Blue C M Y K H S L
Decimal 224 3 68 0 0.99 0.70 0.12 342.35 0.97 0.45
Hex E0 3 44 0 63 46 C 156 61 2D
Octal 340 3 104 0 143 106 14 526 141 55
Binary 11100000 11 1000100 0 1100011 1000110 1100 101010110 1100001 101101

Color Harmonies of #E00344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00344

Black with #E00344

Text Example


Text Example

White with #E00344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00344; }

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

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

background-color css

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

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

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

border-color css

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

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

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