Html Css Color HEX #EC0242 Crimson

📋 copy color: '#EC0242'

red 236 ◦ green 2 ◦ blue 66

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

Shades of Crimson #EC0242

Tints of Crimson #EC0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 77.63%
G = 0.66%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0242 (or 0xEC0242) is known color: Crimson. HEX triplet: EC, 02 and 42. RGB value is (236,2,66). Sum of RGB (Red+Green+Blue) = 236+2+66=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0242 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0242 is #13FDBD. Grayscale: #4F4F4F. Windows color (decimal): -1310142 or 4326124. OLE color: 4326124.

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

Color convert

RGB 236 2 66 -
CMYK 0 0.99 0.72 0.07
HSL 343.59º 0.98% 0.47% -
HSV(B) 343.59º 0.99% 0.93% -
XYZ 35.6 18.27 6.8 -
YUV 79.26 120.52 239.8 -
System Red Green Blue C M Y K H S L
Decimal 236 2 66 0 0.99 0.72 0.07 343.59 0.98 0.47
Hex EC 2 42 0 63 48 7 158 62 2F
Octal 354 2 102 0 143 110 7 530 142 57
Binary 11101100 10 1000010 0 1100011 1001000 111 101011000 1100010 101111

Color Harmonies of #EC0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0242

Black with #EC0242

Text Example


Text Example

White with #EC0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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