Html Css Color HEX #EC4F34 Cinnabar

📋 copy color: '#EC4F34'

red 236 ◦ green 79 ◦ blue 52

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

Shades of Cinnabar #EC4F34

Tints of Cinnabar #EC4F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 64.31%
G = 21.53%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4F34 (or 0xEC4F34) is known color: Cinnabar. HEX triplet: EC, 4F and 34. RGB value is (236,79,52). Sum of RGB (Red+Green+Blue) = 236+79+52=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F34 is #13B0CB. Grayscale: #7B7B7B. Windows color (decimal): -1290444 or 3428332. OLE color: 3428332.

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

Color convert

RGB 236 79 52 -
CMYK 0 0.67 0.78 0.07
HSL 8.8º 0.83% 0.56% -
HSV(B) 8.8º 0.78% 0.93% -
XYZ 38.01 23.67 5.81 -
YUV 122.87 88.01 208.7 -
System Red Green Blue C M Y K H S L
Decimal 236 79 52 0 0.67 0.78 0.07 8.8 0.83 0.56
Hex EC 4F 34 0 43 4E 7 9 53 38
Octal 354 117 64 0 103 116 7 11 123 70
Binary 11101100 1001111 110100 0 1000011 1001110 111 1001 1010011 111000

Color Harmonies of #EC4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F34

Black with #EC4F34

Text Example


Text Example

White with #EC4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F34; }

 p { color: rgb(236,79,52); }

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

background-color css

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

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

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

border-color css

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

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

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