Html Css Color HEX #E00327 Crimson

📋 copy color: '#E00327'

red 224 ◦ green 3 ◦ blue 39

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

Shades of Crimson #E00327

Tints of Crimson #E00327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 84.21%
G = 1.13%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00327 (or 0xE00327) is known color: Crimson. HEX triplet: E0, 03 and 27. RGB value is (224,3,39). Sum of RGB (Red+Green+Blue) = 224+3+39=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E00327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00327 is #1FFCD8. Grayscale: #494949. Windows color (decimal): -2096345 or 2556896. OLE color: 2556896.

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

Color convert

RGB 224 3 39 -
CMYK 0 0.99 0.83 0.12
HSL 350.23º 0.97% 0.45% -
HSV(B) 350.23º 0.99% 0.88% -
XYZ 31.14 16.06 3.38 -
YUV 73.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 224 3 39 0 0.99 0.83 0.12 350.23 0.97 0.45
Hex E0 3 27 0 63 53 C 15E 61 2D
Octal 340 3 47 0 143 123 14 536 141 55
Binary 11100000 11 100111 0 1100011 1010011 1100 101011110 1100001 101101

Color Harmonies of #E00327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00327

Black with #E00327

Text Example


Text Example

White with #E00327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00327; }

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

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

background-color css

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

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

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

border-color css

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

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

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