Html Css Color HEX #EC2825 Cinnabar

📋 copy color: '#EC2825'

red 236 ◦ green 40 ◦ blue 37

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

Shades of Cinnabar #EC2825

Tints of Cinnabar #EC2825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 75.4%
G = 12.78%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC2825 (or 0xEC2825) is known color: Cinnabar. HEX triplet: EC, 28 and 25. RGB value is (236,40,37). Sum of RGB (Red+Green+Blue) = 236+40+37=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2825 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2825 is #13D7DA. Grayscale: #626262. Windows color (decimal): -1300443 or 2435308. OLE color: 2435308.

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

Color convert

RGB 236 40 37 -
CMYK 0 0.83 0.84 0.07
HSL 0.9º 0.84% 0.54% -
HSV(B) 0.9º 0.84% 0.93% -
XYZ 35.68 19.48 3.63 -
YUV 98.26 93.43 226.24 -
System Red Green Blue C M Y K H S L
Decimal 236 40 37 0 0.83 0.84 0.07 0.9 0.84 0.54
Hex EC 28 25 0 53 54 7 1 54 36
Octal 354 50 45 0 123 124 7 1 124 66
Binary 11101100 101000 100101 0 1010011 1010100 111 1 1010100 110110

Color Harmonies of #EC2825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2825

Black with #EC2825

Text Example


Text Example

White with #EC2825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2825; }

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

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

background-color css

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

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

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

border-color css

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

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

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