Html Css Color HEX #EC0341 Crimson

📋 copy color: '#EC0341'

red 236 ◦ green 3 ◦ blue 65

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

Shades of Crimson #EC0341

Tints of Crimson #EC0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 77.63%
G = 0.99%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0341 (or 0xEC0341) is known color: Crimson. HEX triplet: EC, 03 and 41. RGB value is (236,3,65). Sum of RGB (Red+Green+Blue) = 236+3+65=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0341 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0341 is #13FCBE. Grayscale: #4F4F4F. Windows color (decimal): -1309887 or 4260844. OLE color: 4260844.

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

Color convert

RGB 236 3 65 -
CMYK 0 0.99 0.72 0.07
HSL 344.03º 0.97% 0.47% -
HSV(B) 344.03º 0.99% 0.93% -
XYZ 35.58 18.28 6.65 -
YUV 79.74 119.69 239.46 -
System Red Green Blue C M Y K H S L
Decimal 236 3 65 0 0.99 0.72 0.07 344.03 0.97 0.47
Hex EC 3 41 0 63 48 7 158 61 2F
Octal 354 3 101 0 143 110 7 530 141 57
Binary 11101100 11 1000001 0 1100011 1001000 111 101011000 1100001 101111

Color Harmonies of #EC0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0341

Black with #EC0341

Text Example


Text Example

White with #EC0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0341; }

 p { color: rgb(236,3,65); }

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

background-color css

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

 a { background-color: rgb(236,3,65); }

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

border-color css

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

 span { border-color: rgb(236,3,65); }

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