Html Css Color HEX #E00527 Crimson

📋 copy color: '#E00527'

red 224 ◦ green 5 ◦ blue 39

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

Shades of Crimson #E00527

Tints of Crimson #E00527

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 83.58%
G = 1.87%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E00527 (or 0xE00527) is known color: Crimson. HEX triplet: E0, 05 and 27. RGB value is (224,5,39). Sum of RGB (Red+Green+Blue) = 224+5+39=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E00527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00527 is #1FFAD8. Grayscale: #4A4A4A. Windows color (decimal): -2095833 or 2557408. OLE color: 2557408.

HSL color Cylindrical-coordinate representation of color #E00527: hue angle of 350.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 39 -
CMYK 0 0.98 0.83 0.12
HSL 350.68º 0.96% 0.45% -
HSV(B) 350.68º 0.98% 0.88% -
XYZ 31.16 16.1 3.39 -
YUV 74.36 108.05 234.74 -
System Red Green Blue C M Y K H S L
Decimal 224 5 39 0 0.98 0.83 0.12 350.68 0.96 0.45
Hex E0 5 27 0 62 53 C 15F 60 2D
Octal 340 5 47 0 142 123 14 537 140 55
Binary 11100000 101 100111 0 1100010 1010011 1100 101011111 1100000 101101

Color Harmonies of #E00527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00527

Black with #E00527

Text Example


Text Example

White with #E00527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00527; }

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

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

background-color css

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

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

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

border-color css

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

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

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