Html Css Color HEX #EC5434 Cinnabar

📋 copy color: '#EC5434'

red 236 ◦ green 84 ◦ blue 52

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

Shades of Cinnabar #EC5434

Tints of Cinnabar #EC5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 63.44%
G = 22.58%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC5434 (or 0xEC5434) is known color: Cinnabar. HEX triplet: EC, 54 and 34. RGB value is (236,84,52). Sum of RGB (Red+Green+Blue) = 236+84+52=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5434 is #13ABCB. Grayscale: #7E7E7E. Windows color (decimal): -1289164 or 3429612. OLE color: 3429612.

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

Color convert

RGB 236 84 52 -
CMYK 0 0.64 0.78 0.07
HSL 10.43º 0.83% 0.56% -
HSV(B) 10.43º 0.78% 0.93% -
XYZ 38.38 24.42 5.94 -
YUV 125.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 236 84 52 0 0.64 0.78 0.07 10.43 0.83 0.56
Hex EC 54 34 0 40 4E 7 A 53 38
Octal 354 124 64 0 100 116 7 12 123 70
Binary 11101100 1010100 110100 0 1000000 1001110 111 1010 1010011 111000

Color Harmonies of #EC5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5434

Black with #EC5434

Text Example


Text Example

White with #EC5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5434; }

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

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

background-color css

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

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

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

border-color css

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

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

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