Html Css Color HEX #EC2823 Cinnabar

📋 copy color: '#EC2823'

red 236 ◦ green 40 ◦ blue 35

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

Shades of Cinnabar #EC2823

Tints of Cinnabar #EC2823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 75.88%
G = 12.86%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2823 (or 0xEC2823) is known color: Cinnabar. HEX triplet: EC, 28 and 23. RGB value is (236,40,35). Sum of RGB (Red+Green+Blue) = 236+40+35=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2823 is #13D7DC. Grayscale: #626262. Windows color (decimal): -1300445 or 2304236. OLE color: 2304236.

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

Color convert

RGB 236 40 35 -
CMYK 0 0.83 0.85 0.07
HSL 1.49º 0.84% 0.53% -
HSV(B) 1.49º 0.85% 0.93% -
XYZ 35.65 19.47 3.47 -
YUV 98.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 236 40 35 0 0.83 0.85 0.07 1.49 0.84 0.53
Hex EC 28 23 0 53 55 7 1 54 35
Octal 354 50 43 0 123 125 7 1 124 65
Binary 11101100 101000 100011 0 1010011 1010101 111 1 1010100 110101

Color Harmonies of #EC2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2823

Black with #EC2823

Text Example


Text Example

White with #EC2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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