Html Css Color HEX #EC3230 Cinnabar

📋 copy color: '#EC3230'

red 236 ◦ green 50 ◦ blue 48

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

Shades of Cinnabar #EC3230

Tints of Cinnabar #EC3230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 70.66%
G = 14.97%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC3230 (or 0xEC3230) is known color: Cinnabar. HEX triplet: EC, 32 and 30. RGB value is (236,50,48). Sum of RGB (Red+Green+Blue) = 236+50+48=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3230 is #13CDCF. Grayscale: #696969. Windows color (decimal): -1297872 or 3158764. OLE color: 3158764.

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

Color convert

RGB 236 50 48 -
CMYK 0 0.79 0.80 0.07
HSL 0.64º 0.83% 0.56% -
HSV(B) 0.64º 0.8% 0.93% -
XYZ 36.27 20.33 4.81 -
YUV 105.39 95.62 221.16 -
System Red Green Blue C M Y K H S L
Decimal 236 50 48 0 0.79 0.80 0.07 0.64 0.83 0.56
Hex EC 32 30 0 4F 50 7 1 53 38
Octal 354 62 60 0 117 120 7 1 123 70
Binary 11101100 110010 110000 0 1001111 1010000 111 1 1010011 111000

Color Harmonies of #EC3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3230

Black with #EC3230

Text Example


Text Example

White with #EC3230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3230; }

 p { color: rgb(236,50,48); }

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

background-color css

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

 a { background-color: rgb(236,50,48); }

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

border-color css

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

 span { border-color: rgb(236,50,48); }

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