Html Css Color HEX #EC3D32 Cinnabar

📋 copy color: '#EC3D32'

red 236 ◦ green 61 ◦ blue 50

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

Shades of Cinnabar #EC3D32

Tints of Cinnabar #EC3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 68.01%
G = 17.58%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3D32 (or 0xEC3D32) is known color: Cinnabar. HEX triplet: EC, 3D and 32. RGB value is (236,61,50). Sum of RGB (Red+Green+Blue) = 236+61+50=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D32 is #13C2CD. Grayscale: #707070. Windows color (decimal): -1295054 or 3292652. OLE color: 3292652.

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

Color convert

RGB 236 61 50 -
CMYK 0 0.74 0.79 0.07
HSL 3.55º 0.83% 0.56% -
HSV(B) 3.55º 0.79% 0.93% -
XYZ 36.84 21.4 5.21 -
YUV 112.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 236 61 50 0 0.74 0.79 0.07 3.55 0.83 0.56
Hex EC 3D 32 0 4A 4F 7 4 53 38
Octal 354 75 62 0 112 117 7 4 123 70
Binary 11101100 111101 110010 0 1001010 1001111 111 100 1010011 111000

Color Harmonies of #EC3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D32

Black with #EC3D32

Text Example


Text Example

White with #EC3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D32; }

 p { color: rgb(236,61,50); }

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

background-color css

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

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

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

border-color css

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

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

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