Html Css Color HEX #EC4831 Cinnabar

📋 copy color: '#EC4831'

red 236 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #EC4831

Tints of Cinnabar #EC4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.17%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 66.11%
G = 20.17%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4831 (or 0xEC4831) is known color: Cinnabar. HEX triplet: EC, 48 and 31. RGB value is (236,72,49). Sum of RGB (Red+Green+Blue) = 236+72+49=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4831 is #13B7CE. Grayscale: #767676. Windows color (decimal): -1292239 or 3229932. OLE color: 3229932.

HSL color Cylindrical-coordinate representation of color #EC4831: hue angle of 7.38º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC4831 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 72 49 -
CMYK 0 0.69 0.79 0.07
HSL 7.38º 0.83% 0.56% -
HSV(B) 7.38º 0.79% 0.93% -
XYZ 37.46 22.69 5.31 -
YUV 118.41 88.83 211.87 -
System Red Green Blue C M Y K H S L
Decimal 236 72 49 0 0.69 0.79 0.07 7.38 0.83 0.56
Hex EC 48 31 0 45 4F 7 7 53 38
Octal 354 110 61 0 105 117 7 7 123 70
Binary 11101100 1001000 110001 0 1000101 1001111 111 111 1010011 111000

Color Harmonies of #EC4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4831

Black with #EC4831

Text Example


Text Example

White with #EC4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4831; }

 p { color: rgb(236,72,49); }

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

background-color css

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

 a { background-color: rgb(236,72,49); }

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

border-color css

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

 span { border-color: rgb(236,72,49); }

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