Html Css Color HEX #EC4631 Cinnabar

📋 copy color: '#EC4631'

red 236 ◦ green 70 ◦ blue 49

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

Shades of Cinnabar #EC4631

Tints of Cinnabar #EC4631

RGB

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

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

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

R = 66.48%
G = 19.72%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4631 (or 0xEC4631) is known color: Cinnabar. HEX triplet: EC, 46 and 31. RGB value is (236,70,49). Sum of RGB (Red+Green+Blue) = 236+70+49=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4631 is #13B9CE. Grayscale: #757575. Windows color (decimal): -1292751 or 3229420. OLE color: 3229420.

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

Color convert

RGB 236 70 49 -
CMYK 0 0.70 0.79 0.07
HSL 6.74º 0.83% 0.56% -
HSV(B) 6.74º 0.79% 0.93% -
XYZ 37.34 22.43 5.27 -
YUV 117.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 236 70 49 0 0.70 0.79 0.07 6.74 0.83 0.56
Hex EC 46 31 0 46 4F 7 7 53 38
Octal 354 106 61 0 106 117 7 7 123 70
Binary 11101100 1000110 110001 0 1000110 1001111 111 111 1010011 111000

Color Harmonies of #EC4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4631

Black with #EC4631

Text Example


Text Example

White with #EC4631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4631; }

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

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

background-color css

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

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

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

border-color css

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

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

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