Html Css Color HEX #E00542 Crimson

📋 copy color: '#E00542'

red 224 ◦ green 5 ◦ blue 66

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

Shades of Crimson #E00542

Tints of Crimson #E00542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 75.93%
G = 1.69%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E00542 (or 0xE00542) is known color: Crimson. HEX triplet: E0, 05 and 42. RGB value is (224,5,66). Sum of RGB (Red+Green+Blue) = 224+5+66=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E00542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00542 is #1FFABD. Grayscale: #4D4D4D. Windows color (decimal): -2095806 or 4326880. OLE color: 4326880.

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

Color convert

RGB 224 5 66 -
CMYK 0 0.98 0.71 0.12
HSL 343.29º 0.96% 0.45% -
HSV(B) 343.29º 0.98% 0.88% -
XYZ 31.78 16.35 6.64 -
YUV 77.44 121.55 232.54 -
System Red Green Blue C M Y K H S L
Decimal 224 5 66 0 0.98 0.71 0.12 343.29 0.96 0.45
Hex E0 5 42 0 62 47 C 157 60 2D
Octal 340 5 102 0 142 107 14 527 140 55
Binary 11100000 101 1000010 0 1100010 1000111 1100 101010111 1100000 101101

Color Harmonies of #E00542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00542

Black with #E00542

Text Example


Text Example

White with #E00542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00542; }

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

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

background-color css

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

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

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

border-color css

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

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

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