Html Css Color HEX #EC3930 Cinnabar

📋 copy color: '#EC3930'

red 236 ◦ green 57 ◦ blue 48

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

Shades of Cinnabar #EC3930

Tints of Cinnabar #EC3930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 69.21%
G = 16.72%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC3930 (or 0xEC3930) is known color: Cinnabar. HEX triplet: EC, 39 and 30. RGB value is (236,57,48). Sum of RGB (Red+Green+Blue) = 236+57+48=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3930 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3930 is #13C6CF. Grayscale: #6D6D6D. Windows color (decimal): -1296080 or 3160556. OLE color: 3160556.

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

Color convert

RGB 236 57 48 -
CMYK 0 0.76 0.80 0.07
HSL 2.87º 0.83% 0.56% -
HSV(B) 2.87º 0.8% 0.93% -
XYZ 36.59 20.97 4.92 -
YUV 109.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 236 57 48 0 0.76 0.80 0.07 2.87 0.83 0.56
Hex EC 39 30 0 4C 50 7 3 53 38
Octal 354 71 60 0 114 120 7 3 123 70
Binary 11101100 111001 110000 0 1001100 1010000 111 11 1010011 111000

Color Harmonies of #EC3930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3930

Black with #EC3930

Text Example


Text Example

White with #EC3930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3930; }

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

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

background-color css

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

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

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

border-color css

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

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

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