Html Css Color HEX #EC0D43 Crimson

📋 copy color: '#EC0D43'

red 236 ◦ green 13 ◦ blue 67

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

Shades of Crimson #EC0D43

Tints of Crimson #EC0D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.2%

R = 74.68%
G = 4.11%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0D43 (or 0xEC0D43) is known color: Crimson. HEX triplet: EC, 0D and 43. RGB value is (236,13,67). Sum of RGB (Red+Green+Blue) = 236+13+67=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0D43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0D43 is #13F2BC. Grayscale: #555555. Windows color (decimal): -1307325 or 4394476. OLE color: 4394476.

HSL color Cylindrical-coordinate representation of color #EC0D43: hue angle of 345.47º 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 #EC0D43 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 13 67 -
CMYK 0 0.94 0.72 0.07
HSL 345.47º 0.9% 0.49% -
HSV(B) 345.47º 0.94% 0.93% -
XYZ 35.75 18.53 7 -
YUV 85.83 117.38 235.11 -
System Red Green Blue C M Y K H S L
Decimal 236 13 67 0 0.94 0.72 0.07 345.47 0.9 0.49
Hex EC D 43 0 5E 48 7 159 5A 31
Octal 354 15 103 0 136 110 7 531 132 61
Binary 11101100 1101 1000011 0 1011110 1001000 111 101011001 1011010 110001

Color Harmonies of #EC0D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0D43

Black with #EC0D43

Text Example


Text Example

White with #EC0D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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