Html Css Color HEX #EC3030 Cinnabar

📋 copy color: '#EC3030'

red 236 ◦ green 48 ◦ blue 48

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

Shades of Cinnabar #EC3030

Tints of Cinnabar #EC3030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

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

R = 71.08%
G = 14.46%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC3030 (or 0xEC3030) is known color: Cinnabar. HEX triplet: EC, 30 and 30. RGB value is (236,48,48). Sum of RGB (Red+Green+Blue) = 236+48+48=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3030 is #13CFCF. Grayscale: #686868. Windows color (decimal): -1298384 or 3158252. OLE color: 3158252.

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

Color convert

RGB 236 48 48 -
CMYK 0 0.80 0.80 0.07
HSL 0.83% 0.56% -
HSV(B) 0.8% 0.93% -
XYZ 36.18 20.16 4.78 -
YUV 104.21 96.28 222 -
System Red Green Blue C M Y K H S L
Decimal 236 48 48 0 0.80 0.80 0.07 0 0.83 0.56
Hex EC 30 30 0 50 50 7 0 53 38
Octal 354 60 60 0 120 120 7 0 123 70
Binary 11101100 110000 110000 0 1010000 1010000 111 0 1010011 111000

Color Harmonies of #EC3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3030

Black with #EC3030

Text Example


Text Example

White with #EC3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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