Html Css Color HEX #EC4241 Cinnabar

📋 copy color: '#EC4241'

red 236 ◦ green 66 ◦ blue 65

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

Shades of Cinnabar #EC4241

Tints of Cinnabar #EC4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

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

R = 64.31%
G = 17.98%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4241 (or 0xEC4241) is known color: Cinnabar. HEX triplet: EC, 42 and 41. RGB value is (236,66,65). Sum of RGB (Red+Green+Blue) = 236+66+65=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4241 is #13BDBE. Grayscale: #747474. Windows color (decimal): -1293759 or 4276972. OLE color: 4276972.

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

Color convert

RGB 236 66 65 -
CMYK 0 0.72 0.72 0.07
HSL 0.35º 0.82% 0.59% -
HSV(B) 0.35º 0.72% 0.93% -
XYZ 37.49 22.11 7.29 -
YUV 116.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 236 66 65 0 0.72 0.72 0.07 0.35 0.82 0.59
Hex EC 42 41 0 48 48 7 0 52 3B
Octal 354 102 101 0 110 110 7 0 122 73
Binary 11101100 1000010 1000001 0 1001000 1001000 111 0 1010010 111011

Color Harmonies of #EC4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4241

Black with #EC4241

Text Example


Text Example

White with #EC4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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