Html Css Color HEX #EC0F3C Crimson

📋 copy color: '#EC0F3C'

red 236 ◦ green 15 ◦ blue 60

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

Shades of Crimson #EC0F3C

Tints of Crimson #EC0F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 75.88%
G = 4.82%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC0F3C (or 0xEC0F3C) is known color: Crimson. HEX triplet: EC, 0F and 3C. RGB value is (236,15,60). Sum of RGB (Red+Green+Blue) = 236+15+60=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0F3C is #13F0C3. Grayscale: #565656. Windows color (decimal): -1306820 or 3936236. OLE color: 3936236.

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

Color convert

RGB 236 15 60 -
CMYK 0 0.94 0.75 0.07
HSL 347.78º 0.88% 0.49% -
HSV(B) 347.78º 0.94% 0.93% -
XYZ 35.58 18.5 5.97 -
YUV 86.21 113.22 234.84 -
System Red Green Blue C M Y K H S L
Decimal 236 15 60 0 0.94 0.75 0.07 347.78 0.88 0.49
Hex EC F 3C 0 5E 4B 7 15C 58 31
Octal 354 17 74 0 136 113 7 534 130 61
Binary 11101100 1111 111100 0 1011110 1001011 111 101011100 1011000 110001

Color Harmonies of #EC0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F3C

Black with #EC0F3C

Text Example


Text Example

White with #EC0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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