Html Css Color HEX #EC302F Cinnabar

📋 copy color: '#EC302F'

red 236 ◦ green 48 ◦ blue 47

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

Shades of Cinnabar #EC302F

Tints of Cinnabar #EC302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 71.3%
G = 14.5%
B = 14.2%

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

#EC302F (or 0xEC302F) is known color: Cinnabar. HEX triplet: EC, 30 and 2F. RGB value is (236,48,47). Sum of RGB (Red+Green+Blue) = 236+48+47=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC302F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC302F is #13CFD0. Grayscale: #686868. Windows color (decimal): -1298385 or 3092716. OLE color: 3092716.

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

Color convert

RGB 236 48 47 -
CMYK 0 0.80 0.80 0.07
HSL 0.32º 0.83% 0.55% -
HSV(B) 0.32º 0.8% 0.93% -
XYZ 36.16 20.15 4.67 -
YUV 104.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 236 48 47 0 0.80 0.80 0.07 0.32 0.83 0.55
Hex EC 30 2F 0 50 50 7 0 53 37
Octal 354 60 57 0 120 120 7 0 123 67
Binary 11101100 110000 101111 0 1010000 1010000 111 0 1010011 110111

Color Harmonies of #EC302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC302F

Black with #EC302F

Text Example


Text Example

White with #EC302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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