Html Css Color HEX #EC3D34 Cinnabar

📋 copy color: '#EC3D34'

red 236 ◦ green 61 ◦ blue 52

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

Shades of Cinnabar #EC3D34

Tints of Cinnabar #EC3D34

RGB

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

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

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

R = 67.62%
G = 17.48%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3D34 (or 0xEC3D34) is known color: Cinnabar. HEX triplet: EC, 3D and 34. RGB value is (236,61,52). Sum of RGB (Red+Green+Blue) = 236+61+52=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D34 is #13C2CB. Grayscale: #707070. Windows color (decimal): -1295052 or 3423724. OLE color: 3423724.

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

Color convert

RGB 236 61 52 -
CMYK 0 0.74 0.78 0.07
HSL 2.93º 0.83% 0.56% -
HSV(B) 2.93º 0.78% 0.93% -
XYZ 36.88 21.42 5.44 -
YUV 112.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 236 61 52 0 0.74 0.78 0.07 2.93 0.83 0.56
Hex EC 3D 34 0 4A 4E 7 3 53 38
Octal 354 75 64 0 112 116 7 3 123 70
Binary 11101100 111101 110100 0 1001010 1001110 111 11 1010011 111000

Color Harmonies of #EC3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D34

Black with #EC3D34

Text Example


Text Example

White with #EC3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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