Html Css Color HEX #EC1645 Crimson

📋 copy color: '#EC1645'

red 236 ◦ green 22 ◦ blue 69

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

Shades of Crimson #EC1645

Tints of Crimson #EC1645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 72.17%
G = 6.73%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC1645 (or 0xEC1645) is known color: Crimson. HEX triplet: EC, 16 and 45. RGB value is (236,22,69). Sum of RGB (Red+Green+Blue) = 236+22+69=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1645 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1645 is #13E9BA. Grayscale: #5B5B5B. Windows color (decimal): -1305019 or 4527852. OLE color: 4527852.

HSL color Cylindrical-coordinate representation of color #EC1645: hue angle of 346.82º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC1645 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 22 69 -
CMYK 0 0.91 0.71 0.07
HSL 346.82º 0.85% 0.51% -
HSV(B) 346.82º 0.91% 0.93% -
XYZ 35.95 18.84 7.37 -
YUV 91.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 236 22 69 0 0.91 0.71 0.07 346.82 0.85 0.51
Hex EC 16 45 0 5B 47 7 15B 55 33
Octal 354 26 105 0 133 107 7 533 125 63
Binary 11101100 10110 1000101 0 1011011 1000111 111 101011011 1010101 110011

Color Harmonies of #EC1645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1645

Black with #EC1645

Text Example


Text Example

White with #EC1645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1645; }

 p { color: rgb(236,22,69); }

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

background-color css

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

 a { background-color: rgb(236,22,69); }

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

border-color css

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

 span { border-color: rgb(236,22,69); }

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