Html Css Color HEX #EC3E25 Cinnabar

📋 copy color: '#EC3E25'

red 236 ◦ green 62 ◦ blue 37

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

Shades of Cinnabar #EC3E25

Tints of Cinnabar #EC3E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 70.45%
G = 18.51%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3E25 (or 0xEC3E25) is known color: Cinnabar. HEX triplet: EC, 3E and 25. RGB value is (236,62,37). Sum of RGB (Red+Green+Blue) = 236+62+37=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3E25 is #13C1DA. Grayscale: #6F6F6F. Windows color (decimal): -1294811 or 2440940. OLE color: 2440940.

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

Color convert

RGB 236 62 37 -
CMYK 0 0.74 0.84 0.07
HSL 7.54º 0.84% 0.54% -
HSV(B) 7.54º 0.84% 0.93% -
XYZ 36.65 21.41 3.95 -
YUV 111.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 236 62 37 0 0.74 0.84 0.07 7.54 0.84 0.54
Hex EC 3E 25 0 4A 54 7 8 54 36
Octal 354 76 45 0 112 124 7 10 124 66
Binary 11101100 111110 100101 0 1001010 1010100 111 1000 1010100 110110

Color Harmonies of #EC3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E25

Black with #EC3E25

Text Example


Text Example

White with #EC3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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