Html Css Color HEX #EC0542 Crimson

📋 copy color: '#EC0542'

red 236 ◦ green 5 ◦ blue 66

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

Shades of Crimson #EC0542

Tints of Crimson #EC0542

RGB

 RED value IS 236 (92.58% from 255) = 76.87%

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

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

R = 76.87%
G = 1.63%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0542 (or 0xEC0542) is known color: Crimson. HEX triplet: EC, 05 and 42. RGB value is (236,5,66). Sum of RGB (Red+Green+Blue) = 236+5+66=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0542 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0542 is #13FABD. Grayscale: #515151. Windows color (decimal): -1309374 or 4326892. OLE color: 4326892.

HSL color Cylindrical-coordinate representation of color #EC0542: hue angle of 344.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC0542 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 66 -
CMYK 0 0.98 0.72 0.07
HSL 344.16º 0.96% 0.47% -
HSV(B) 344.16º 0.98% 0.93% -
XYZ 35.63 18.33 6.82 -
YUV 81.02 119.53 238.54 -
System Red Green Blue C M Y K H S L
Decimal 236 5 66 0 0.98 0.72 0.07 344.16 0.96 0.47
Hex EC 5 42 0 62 48 7 158 60 2F
Octal 354 5 102 0 142 110 7 530 140 57
Binary 11101100 101 1000010 0 1100010 1001000 111 101011000 1100000 101111

Color Harmonies of #EC0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0542

Black with #EC0542

Text Example


Text Example

White with #EC0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0542; }

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

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

background-color css

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

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

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

border-color css

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

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

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