Html Css Color HEX #EC0444 Crimson

📋 copy color: '#EC0444'

red 236 ◦ green 4 ◦ blue 68

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

Shades of Crimson #EC0444

Tints of Crimson #EC0444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 76.62%
G = 1.3%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC0444 (or 0xEC0444) is known color: Crimson. HEX triplet: EC, 04 and 44. RGB value is (236,4,68). Sum of RGB (Red+Green+Blue) = 236+4+68=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0444 is #13FBBB. Grayscale: #505050. Windows color (decimal): -1309628 or 4457708. OLE color: 4457708.

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

Color convert

RGB 236 4 68 -
CMYK 0 0.98 0.71 0.07
HSL 343.45º 0.97% 0.47% -
HSV(B) 343.45º 0.98% 0.93% -
XYZ 35.68 18.34 7.13 -
YUV 80.66 120.86 238.8 -
System Red Green Blue C M Y K H S L
Decimal 236 4 68 0 0.98 0.71 0.07 343.45 0.97 0.47
Hex EC 4 44 0 62 47 7 157 61 2F
Octal 354 4 104 0 142 107 7 527 141 57
Binary 11101100 100 1000100 0 1100010 1000111 111 101010111 1100001 101111

Color Harmonies of #EC0444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0444

Black with #EC0444

Text Example


Text Example

White with #EC0444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0444; }

 p { color: rgb(236,4,68); }

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

background-color css

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

 a { background-color: rgb(236,4,68); }

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

border-color css

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

 span { border-color: rgb(236,4,68); }

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