Html Css Color HEX #EC3F30 Cinnabar

📋 copy color: '#EC3F30'

red 236 ◦ green 63 ◦ blue 48

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

Shades of Cinnabar #EC3F30

Tints of Cinnabar #EC3F30

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 68.01%
G = 18.16%
B = 13.83%

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

#EC3F30 (or 0xEC3F30) is known color: Cinnabar. HEX triplet: EC, 3F and 30. RGB value is (236,63,48). Sum of RGB (Red+Green+Blue) = 236+63+48=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F30 is #13C0CF. Grayscale: #717171. Windows color (decimal): -1294544 or 3162092. OLE color: 3162092.

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

Color convert

RGB 236 63 48 -
CMYK 0 0.73 0.80 0.07
HSL 4.79º 0.83% 0.56% -
HSV(B) 4.79º 0.8% 0.93% -
XYZ 36.9 21.6 5.02 -
YUV 113.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 236 63 48 0 0.73 0.80 0.07 4.79 0.83 0.56
Hex EC 3F 30 0 49 50 7 5 53 38
Octal 354 77 60 0 111 120 7 5 123 70
Binary 11101100 111111 110000 0 1001001 1010000 111 101 1010011 111000

Color Harmonies of #EC3F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F30

Black with #EC3F30

Text Example


Text Example

White with #EC3F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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