Html Css Color HEX #EC4030 Cinnabar

📋 copy color: '#EC4030'

red 236 ◦ green 64 ◦ blue 48

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

Shades of Cinnabar #EC4030

Tints of Cinnabar #EC4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 67.82%
G = 18.39%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC4030 (or 0xEC4030) is known color: Cinnabar. HEX triplet: EC, 40 and 30. RGB value is (236,64,48). Sum of RGB (Red+Green+Blue) = 236+64+48=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4030 is #13BFCF. Grayscale: #717171. Windows color (decimal): -1294288 or 3162348. OLE color: 3162348.

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

Color convert

RGB 236 64 48 -
CMYK 0 0.73 0.80 0.07
HSL 5.11º 0.83% 0.56% -
HSV(B) 5.11º 0.8% 0.93% -
XYZ 36.96 21.71 5.04 -
YUV 113.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 236 64 48 0 0.73 0.80 0.07 5.11 0.83 0.56
Hex EC 40 30 0 49 50 7 5 53 38
Octal 354 100 60 0 111 120 7 5 123 70
Binary 11101100 1000000 110000 0 1001001 1010000 111 101 1010011 111000

Color Harmonies of #EC4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4030

Black with #EC4030

Text Example


Text Example

White with #EC4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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