Html Css Color HEX #EC3425 Cinnabar

📋 copy color: '#EC3425'

red 236 ◦ green 52 ◦ blue 37

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

Shades of Cinnabar #EC3425

Tints of Cinnabar #EC3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 72.62%
G = 16%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3425 (or 0xEC3425) is known color: Cinnabar. HEX triplet: EC, 34 and 25. RGB value is (236,52,37). Sum of RGB (Red+Green+Blue) = 236+52+37=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3425 is #13CBDA. Grayscale: #696969. Windows color (decimal): -1297371 or 2438380. OLE color: 2438380.

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

Color convert

RGB 236 52 37 -
CMYK 0 0.78 0.84 0.07
HSL 4.52º 0.84% 0.54% -
HSV(B) 4.52º 0.84% 0.93% -
XYZ 36.15 20.42 3.79 -
YUV 105.31 89.46 221.22 -
System Red Green Blue C M Y K H S L
Decimal 236 52 37 0 0.78 0.84 0.07 4.52 0.84 0.54
Hex EC 34 25 0 4E 54 7 5 54 36
Octal 354 64 45 0 116 124 7 5 124 66
Binary 11101100 110100 100101 0 1001110 1010100 111 101 1010100 110110

Color Harmonies of #EC3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3425

Black with #EC3425

Text Example


Text Example

White with #EC3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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