Html Css Color HEX #EC3E2D Cinnabar

📋 copy color: '#EC3E2D'

red 236 ◦ green 62 ◦ blue 45

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

Shades of Cinnabar #EC3E2D

Tints of Cinnabar #EC3E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 68.8%
G = 18.08%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC3E2D (or 0xEC3E2D) is known color: Cinnabar. HEX triplet: EC, 3E and 2D. RGB value is (236,62,45). Sum of RGB (Red+Green+Blue) = 236+62+45=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E2D is #13C1D2. Grayscale: #707070. Windows color (decimal): -1294803 or 2965228. OLE color: 2965228.

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

Color convert

RGB 236 62 45 -
CMYK 0 0.74 0.81 0.07
HSL 5.34º 0.83% 0.55% -
HSV(B) 5.34º 0.81% 0.93% -
XYZ 36.79 21.47 4.69 -
YUV 112.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 236 62 45 0 0.74 0.81 0.07 5.34 0.83 0.55
Hex EC 3E 2D 0 4A 51 7 5 53 37
Octal 354 76 55 0 112 121 7 5 123 67
Binary 11101100 111110 101101 0 1001010 1010001 111 101 1010011 110111

Color Harmonies of #EC3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E2D

Black with #EC3E2D

Text Example


Text Example

White with #EC3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E2D; }

 p { color: rgb(236,62,45); }

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

background-color css

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

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

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

border-color css

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

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

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