Html Css Color HEX #EC0F3E Crimson

📋 copy color: '#EC0F3E'

red 236 ◦ green 15 ◦ blue 62

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

Shades of Crimson #EC0F3E

Tints of Crimson #EC0F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.79%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 75.4%
G = 4.79%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC0F3E (or 0xEC0F3E) is known color: Crimson. HEX triplet: EC, 0F and 3E. RGB value is (236,15,62). Sum of RGB (Red+Green+Blue) = 236+15+62=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F3E is #13F0C1. Grayscale: #565656. Windows color (decimal): -1306818 or 4067308. OLE color: 4067308.

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

Color convert

RGB 236 15 62 -
CMYK 0 0.94 0.74 0.07
HSL 347.24º 0.88% 0.49% -
HSV(B) 347.24º 0.94% 0.93% -
XYZ 35.63 18.52 6.25 -
YUV 86.44 114.22 234.68 -
System Red Green Blue C M Y K H S L
Decimal 236 15 62 0 0.94 0.74 0.07 347.24 0.88 0.49
Hex EC F 3E 0 5E 4A 7 15B 58 31
Octal 354 17 76 0 136 112 7 533 130 61
Binary 11101100 1111 111110 0 1011110 1001010 111 101011011 1011000 110001

Color Harmonies of #EC0F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F3E

Black with #EC0F3E

Text Example


Text Example

White with #EC0F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F3E; }

 p { color: rgb(236,15,62); }

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

background-color css

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

 a { background-color: rgb(236,15,62); }

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

border-color css

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

 span { border-color: rgb(236,15,62); }

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