Html Css Color HEX #EC3434 Cinnabar

📋 copy color: '#EC3434'

red 236 ◦ green 52 ◦ blue 52

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

Shades of Cinnabar #EC3434

Tints of Cinnabar #EC3434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

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

R = 69.41%
G = 15.29%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3434 (or 0xEC3434) is known color: Cinnabar. HEX triplet: EC, 34 and 34. RGB value is (236,52,52). Sum of RGB (Red+Green+Blue) = 236+52+52=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3434 is #13CBCB. Grayscale: #6B6B6B. Windows color (decimal): -1297356 or 3421420. OLE color: 3421420.

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

Color convert

RGB 236 52 52 -
CMYK 0 0.78 0.78 0.07
HSL 0.83% 0.56% -
HSV(B) 0.78% 0.93% -
XYZ 36.44 20.54 5.29 -
YUV 107.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 236 52 52 0 0.78 0.78 0.07 0 0.83 0.56
Hex EC 34 34 0 4E 4E 7 0 53 38
Octal 354 64 64 0 116 116 7 0 123 70
Binary 11101100 110100 110100 0 1001110 1001110 111 0 1010011 111000

Color Harmonies of #EC3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3434

Black with #EC3434

Text Example


Text Example

White with #EC3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3434; }

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

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

background-color css

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

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

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

border-color css

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

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

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