Html Css Color HEX #EC3B34 Cinnabar

📋 copy color: '#EC3B34'

red 236 ◦ green 59 ◦ blue 52

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

Shades of Cinnabar #EC3B34

Tints of Cinnabar #EC3B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 68.01%
G = 17%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3B34 (or 0xEC3B34) is known color: Cinnabar. HEX triplet: EC, 3B and 34. RGB value is (236,59,52). Sum of RGB (Red+Green+Blue) = 236+59+52=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3B34 is #13C4CB. Grayscale: #6F6F6F. Windows color (decimal): -1295564 or 3423212. OLE color: 3423212.

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

Color convert

RGB 236 59 52 -
CMYK 0 0.75 0.78 0.07
HSL 2.28º 0.83% 0.56% -
HSV(B) 2.28º 0.78% 0.93% -
XYZ 36.78 21.21 5.4 -
YUV 111.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 236 59 52 0 0.75 0.78 0.07 2.28 0.83 0.56
Hex EC 3B 34 0 4B 4E 7 2 53 38
Octal 354 73 64 0 113 116 7 2 123 70
Binary 11101100 111011 110100 0 1001011 1001110 111 10 1010011 111000

Color Harmonies of #EC3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3B34

Black with #EC3B34

Text Example


Text Example

White with #EC3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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