Html Css Color HEX #EC453B Cinnabar

📋 copy color: '#EC453B'

red 236 ◦ green 69 ◦ blue 59

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

Shades of Cinnabar #EC453B

Tints of Cinnabar #EC453B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.96%

 BLUE value IS 59 (23.44% from 255) = 16.21%

R = 64.84%
G = 18.96%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC453B (or 0xEC453B) is known color: Cinnabar. HEX triplet: EC, 45 and 3B. RGB value is (236,69,59). Sum of RGB (Red+Green+Blue) = 236+69+59=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453B is #13BAC4. Grayscale: #757575. Windows color (decimal): -1292997 or 3884524. OLE color: 3884524.

HSL color Cylindrical-coordinate representation of color #EC453B: hue angle of 3.39º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC453B is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 69 59 -
CMYK 0 0.71 0.75 0.07
HSL 3.39º 0.82% 0.58% -
HSV(B) 3.39º 0.75% 0.93% -
XYZ 37.51 22.4 6.49 -
YUV 117.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 236 69 59 0 0.71 0.75 0.07 3.39 0.82 0.58
Hex EC 45 3B 0 47 4B 7 3 52 3A
Octal 354 105 73 0 107 113 7 3 122 72
Binary 11101100 1000101 111011 0 1000111 1001011 111 11 1010010 111010

Color Harmonies of #EC453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC453B

Black with #EC453B

Text Example


Text Example

White with #EC453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC453B; }

 p { color: rgb(236,69,59); }

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

background-color css

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

 a { background-color: rgb(236,69,59); }

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

border-color css

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

 span { border-color: rgb(236,69,59); }

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