Html Css Color HEX #EC4A41 Cinnabar

📋 copy color: '#EC4A41'

red 236 ◦ green 74 ◦ blue 65

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

Shades of Cinnabar #EC4A41

Tints of Cinnabar #EC4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

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

R = 62.93%
G = 19.73%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4A41 (or 0xEC4A41) is known color: Cinnabar. HEX triplet: EC, 4A and 41. RGB value is (236,74,65). Sum of RGB (Red+Green+Blue) = 236+74+65=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A41 is #13B5BE. Grayscale: #797979. Windows color (decimal): -1291711 or 4279020. OLE color: 4279020.

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

Color convert

RGB 236 74 65 -
CMYK 0 0.69 0.72 0.07
HSL 3.16º 0.82% 0.59% -
HSV(B) 3.16º 0.72% 0.93% -
XYZ 37.99 23.11 7.46 -
YUV 121.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 236 74 65 0 0.69 0.72 0.07 3.16 0.82 0.59
Hex EC 4A 41 0 45 48 7 3 52 3B
Octal 354 112 101 0 105 110 7 3 122 73
Binary 11101100 1001010 1000001 0 1000101 1001000 111 11 1010010 111011

Color Harmonies of #EC4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A41

Black with #EC4A41

Text Example


Text Example

White with #EC4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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