Html Css Color HEX #EC0245 Crimson

📋 copy color: '#EC0245'

red 236 ◦ green 2 ◦ blue 69

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

Shades of Crimson #EC0245

Tints of Crimson #EC0245

RGB

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

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

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

R = 76.87%
G = 0.65%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC0245 (or 0xEC0245) is known color: Crimson. HEX triplet: EC, 02 and 45. RGB value is (236,2,69). Sum of RGB (Red+Green+Blue) = 236+2+69=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0245 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0245 is #13FDBA. Grayscale: #4F4F4F. Windows color (decimal): -1310139 or 4522732. OLE color: 4522732.

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

Color convert

RGB 236 2 69 -
CMYK 0 0.99 0.71 0.07
HSL 342.82º 0.98% 0.47% -
HSV(B) 342.82º 0.99% 0.93% -
XYZ 35.69 18.31 7.28 -
YUV 79.6 122.02 239.55 -
System Red Green Blue C M Y K H S L
Decimal 236 2 69 0 0.99 0.71 0.07 342.82 0.98 0.47
Hex EC 2 45 0 63 47 7 157 62 2F
Octal 354 2 105 0 143 107 7 527 142 57
Binary 11101100 10 1000101 0 1100011 1000111 111 101010111 1100010 101111

Color Harmonies of #EC0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0245

Black with #EC0245

Text Example


Text Example

White with #EC0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0245; }

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

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

background-color css

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

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

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

border-color css

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

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

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