Html Css Color HEX #EC0A3D Crimson

📋 copy color: '#EC0A3D'

red 236 ◦ green 10 ◦ blue 61

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

Shades of Crimson #EC0A3D

Tints of Crimson #EC0A3D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 76.87%
G = 3.26%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC0A3D (or 0xEC0A3D) is known color: Crimson. HEX triplet: EC, 0A and 3D. RGB value is (236,10,61). Sum of RGB (Red+Green+Blue) = 236+10+61=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0A3D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0A3D is #13F5C2. Grayscale: #535353. Windows color (decimal): -1308099 or 4000492. OLE color: 4000492.

HSL color Cylindrical-coordinate representation of color #EC0A3D: hue angle of 346.46º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC0A3D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 10 61 -
CMYK 0 0.96 0.74 0.07
HSL 346.46º 0.92% 0.48% -
HSV(B) 346.46º 0.96% 0.93% -
XYZ 35.54 18.39 6.09 -
YUV 83.39 115.37 236.85 -
System Red Green Blue C M Y K H S L
Decimal 236 10 61 0 0.96 0.74 0.07 346.46 0.92 0.48
Hex EC A 3D 0 60 4A 7 15A 5C 30
Octal 354 12 75 0 140 112 7 532 134 60
Binary 11101100 1010 111101 0 1100000 1001010 111 101011010 1011100 110000

Color Harmonies of #EC0A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0A3D

Black with #EC0A3D

Text Example


Text Example

White with #EC0A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0A3D; }

 p { color: rgb(236,10,61); }

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

background-color css

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

 a { background-color: rgb(236,10,61); }

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

border-color css

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

 span { border-color: rgb(236,10,61); }

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