Html Css Color HEX #EC4641 Cinnabar

📋 copy color: '#EC4641'

red 236 ◦ green 70 ◦ blue 65

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

Shades of Cinnabar #EC4641

Tints of Cinnabar #EC4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

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

R = 63.61%
G = 18.87%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4641 (or 0xEC4641) is known color: Cinnabar. HEX triplet: EC, 46 and 41. RGB value is (236,70,65). Sum of RGB (Red+Green+Blue) = 236+70+65=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4641 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4641 is #13B9BE. Grayscale: #777777. Windows color (decimal): -1292735 or 4277996. OLE color: 4277996.

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

Color convert

RGB 236 70 65 -
CMYK 0 0.70 0.72 0.07
HSL 1.75º 0.82% 0.59% -
HSV(B) 1.75º 0.72% 0.93% -
XYZ 37.74 22.59 7.37 -
YUV 119.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 236 70 65 0 0.70 0.72 0.07 1.75 0.82 0.59
Hex EC 46 41 0 46 48 7 2 52 3B
Octal 354 106 101 0 106 110 7 2 122 73
Binary 11101100 1000110 1000001 0 1000110 1001000 111 10 1010010 111011

Color Harmonies of #EC4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4641

Black with #EC4641

Text Example


Text Example

White with #EC4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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