Html Css Color HEX #EC3925 Cinnabar

📋 copy color: '#EC3925'

red 236 ◦ green 57 ◦ blue 37

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

Shades of Cinnabar #EC3925

Tints of Cinnabar #EC3925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

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

R = 71.52%
G = 17.27%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3925 (or 0xEC3925) is known color: Cinnabar. HEX triplet: EC, 39 and 25. RGB value is (236,57,37). Sum of RGB (Red+Green+Blue) = 236+57+37=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3925 is #13C6DA. Grayscale: #6C6C6C. Windows color (decimal): -1296091 or 2439660. OLE color: 2439660.

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

Color convert

RGB 236 57 37 -
CMYK 0 0.76 0.84 0.07
HSL 6.03º 0.84% 0.54% -
HSV(B) 6.03º 0.84% 0.93% -
XYZ 36.39 20.89 3.87 -
YUV 108.24 87.8 219.13 -
System Red Green Blue C M Y K H S L
Decimal 236 57 37 0 0.76 0.84 0.07 6.03 0.84 0.54
Hex EC 39 25 0 4C 54 7 6 54 36
Octal 354 71 45 0 114 124 7 6 124 66
Binary 11101100 111001 100101 0 1001100 1010100 111 110 1010100 110110

Color Harmonies of #EC3925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3925

Black with #EC3925

Text Example


Text Example

White with #EC3925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3925; }

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

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

background-color css

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

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

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

border-color css

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

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

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