Html Css Color HEX #EC3834 Cinnabar

📋 copy color: '#EC3834'

red 236 ◦ green 56 ◦ blue 52

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

Shades of Cinnabar #EC3834

Tints of Cinnabar #EC3834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

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

R = 68.6%
G = 16.28%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3834 (or 0xEC3834) is known color: Cinnabar. HEX triplet: EC, 38 and 34. RGB value is (236,56,52). Sum of RGB (Red+Green+Blue) = 236+56+52=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3834 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3834 is #13C7CB. Grayscale: #6D6D6D. Windows color (decimal): -1296332 or 3422444. OLE color: 3422444.

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

Color convert

RGB 236 56 52 -
CMYK 0 0.76 0.78 0.07
HSL 1.3º 0.83% 0.56% -
HSV(B) 1.3º 0.78% 0.93% -
XYZ 36.63 20.91 5.35 -
YUV 109.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 236 56 52 0 0.76 0.78 0.07 1.3 0.83 0.56
Hex EC 38 34 0 4C 4E 7 1 53 38
Octal 354 70 64 0 114 116 7 1 123 70
Binary 11101100 111000 110100 0 1001100 1001110 111 1 1010011 111000

Color Harmonies of #EC3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3834

Black with #EC3834

Text Example


Text Example

White with #EC3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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