Html Css Color HEX #EC0741 Crimson

📋 copy color: '#EC0741'

red 236 ◦ green 7 ◦ blue 65

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

Shades of Crimson #EC0741

Tints of Crimson #EC0741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 76.62%
G = 2.27%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0741 (or 0xEC0741) is known color: Crimson. HEX triplet: EC, 07 and 41. RGB value is (236,7,65). Sum of RGB (Red+Green+Blue) = 236+7+65=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0741 is #13F8BE. Grayscale: #525252. Windows color (decimal): -1308863 or 4261868. OLE color: 4261868.

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

Color convert

RGB 236 7 65 -
CMYK 0 0.97 0.72 0.07
HSL 344.8º 0.94% 0.48% -
HSV(B) 344.8º 0.97% 0.93% -
XYZ 35.62 18.37 6.67 -
YUV 82.08 118.37 237.78 -
System Red Green Blue C M Y K H S L
Decimal 236 7 65 0 0.97 0.72 0.07 344.8 0.94 0.48
Hex EC 7 41 0 61 48 7 159 5E 30
Octal 354 7 101 0 141 110 7 531 136 60
Binary 11101100 111 1000001 0 1100001 1001000 111 101011001 1011110 110000

Color Harmonies of #EC0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0741

Black with #EC0741

Text Example


Text Example

White with #EC0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0741; }

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

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

background-color css

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

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

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

border-color css

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

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

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