Html Css Color HEX #EC0D40 Crimson

📋 copy color: '#EC0D40'

red 236 ◦ green 13 ◦ blue 64

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

Shades of Crimson #EC0D40

Tints of Crimson #EC0D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 75.4%
G = 4.15%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC0D40 (or 0xEC0D40) is known color: Crimson. HEX triplet: EC, 0D and 40. RGB value is (236,13,64). Sum of RGB (Red+Green+Blue) = 236+13+64=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D40 is #13F2BF. Grayscale: #555555. Windows color (decimal): -1307328 or 4197868. OLE color: 4197868.

HSL color Cylindrical-coordinate representation of color #EC0D40: hue angle of 346.28º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0D40 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 64 -
CMYK 0 0.94 0.73 0.07
HSL 346.28º 0.9% 0.49% -
HSV(B) 346.28º 0.94% 0.93% -
XYZ 35.66 18.49 6.54 -
YUV 85.49 115.88 235.35 -
System Red Green Blue C M Y K H S L
Decimal 236 13 64 0 0.94 0.73 0.07 346.28 0.9 0.49
Hex EC D 40 0 5E 49 7 15A 5A 31
Octal 354 15 100 0 136 111 7 532 132 61
Binary 11101100 1101 1000000 0 1011110 1001001 111 101011010 1011010 110001

Color Harmonies of #EC0D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D40

Black with #EC0D40

Text Example


Text Example

White with #EC0D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D40; }

 p { color: rgb(236,13,64); }

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

background-color css

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

 a { background-color: rgb(236,13,64); }

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

border-color css

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

 span { border-color: rgb(236,13,64); }

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