Html Css Color HEX #EC3025 Cinnabar

📋 copy color: '#EC3025'

red 236 ◦ green 48 ◦ blue 37

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

Shades of Cinnabar #EC3025

Tints of Cinnabar #EC3025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

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

R = 73.52%
G = 14.95%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3025 (or 0xEC3025) is known color: Cinnabar. HEX triplet: EC, 30 and 25. RGB value is (236,48,37). Sum of RGB (Red+Green+Blue) = 236+48+37=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3025 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3025 is #13CFDA. Grayscale: #676767. Windows color (decimal): -1298395 or 2437356. OLE color: 2437356.

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

Color convert

RGB 236 48 37 -
CMYK 0 0.80 0.84 0.07
HSL 3.32º 0.84% 0.54% -
HSV(B) 3.32º 0.84% 0.93% -
XYZ 35.98 20.08 3.73 -
YUV 102.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 236 48 37 0 0.80 0.84 0.07 3.32 0.84 0.54
Hex EC 30 25 0 50 54 7 3 54 36
Octal 354 60 45 0 120 124 7 3 124 66
Binary 11101100 110000 100101 0 1010000 1010100 111 11 1010100 110110

Color Harmonies of #EC3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3025

Black with #EC3025

Text Example


Text Example

White with #EC3025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3025; }

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

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

background-color css

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

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

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

border-color css

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

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

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