Html Css Color HEX #E00345 Crimson

📋 copy color: '#E00345'

red 224 ◦ green 3 ◦ blue 69

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

Shades of Crimson #E00345

Tints of Crimson #E00345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 75.68%
G = 1.01%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E00345 (or 0xE00345) is known color: Crimson. HEX triplet: E0, 03 and 45. RGB value is (224,3,69). Sum of RGB (Red+Green+Blue) = 224+3+69=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00345 is #1FFCBA. Grayscale: #4C4C4C. Windows color (decimal): -2096315 or 4522976. OLE color: 4522976.

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

Color convert

RGB 224 3 69 -
CMYK 0 0.99 0.69 0.12
HSL 342.08º 0.97% 0.45% -
HSV(B) 342.08º 0.99% 0.88% -
XYZ 31.85 16.34 7.11 -
YUV 76.6 123.72 233.13 -
System Red Green Blue C M Y K H S L
Decimal 224 3 69 0 0.99 0.69 0.12 342.08 0.97 0.45
Hex E0 3 45 0 63 45 C 156 61 2D
Octal 340 3 105 0 143 105 14 526 141 55
Binary 11100000 11 1000101 0 1100011 1000101 1100 101010110 1100001 101101

Color Harmonies of #E00345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00345

Black with #E00345

Text Example


Text Example

White with #E00345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00345; }

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

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

background-color css

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

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

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

border-color css

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

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

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