Html Css Color HEX #EC0842 Crimson

📋 copy color: '#EC0842'

red 236 ◦ green 8 ◦ blue 66

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

Shades of Crimson #EC0842

Tints of Crimson #EC0842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

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

R = 76.13%
G = 2.58%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0842 (or 0xEC0842) is known color: Crimson. HEX triplet: EC, 08 and 42. RGB value is (236,8,66). Sum of RGB (Red+Green+Blue) = 236+8+66=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0842 is #13F7BD. Grayscale: #525252. Windows color (decimal): -1308606 or 4327660. OLE color: 4327660.

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

Color convert

RGB 236 8 66 -
CMYK 0 0.97 0.72 0.07
HSL 344.74º 0.93% 0.48% -
HSV(B) 344.74º 0.97% 0.93% -
XYZ 35.66 18.4 6.83 -
YUV 82.78 118.54 237.28 -
System Red Green Blue C M Y K H S L
Decimal 236 8 66 0 0.97 0.72 0.07 344.74 0.93 0.48
Hex EC 8 42 0 61 48 7 159 5D 30
Octal 354 10 102 0 141 110 7 531 135 60
Binary 11101100 1000 1000010 0 1100001 1001000 111 101011001 1011101 110000

Color Harmonies of #EC0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0842

Black with #EC0842

Text Example


Text Example

White with #EC0842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0842; }

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

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

background-color css

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

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

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

border-color css

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

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

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