Html Css Color HEX #EC453F Cinnabar

📋 copy color: '#EC453F'

red 236 ◦ green 69 ◦ blue 63

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

Shades of Cinnabar #EC453F

Tints of Cinnabar #EC453F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.12%

R = 64.13%
G = 18.75%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC453F (or 0xEC453F) is known color: Cinnabar. HEX triplet: EC, 45 and 3F. RGB value is (236,69,63). Sum of RGB (Red+Green+Blue) = 236+69+63=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC453F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC453F is #13BAC0. Grayscale: #767676. Windows color (decimal): -1292993 or 4146668. OLE color: 4146668.

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

Color convert

RGB 236 69 63 -
CMYK 0 0.71 0.73 0.07
HSL 2.08º 0.82% 0.59% -
HSV(B) 2.08º 0.73% 0.93% -
XYZ 37.62 22.45 7.05 -
YUV 118.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 236 69 63 0 0.71 0.73 0.07 2.08 0.82 0.59
Hex EC 45 3F 0 47 49 7 2 52 3B
Octal 354 105 77 0 107 111 7 2 122 73
Binary 11101100 1000101 111111 0 1000111 1001001 111 10 1010010 111011

Color Harmonies of #EC453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC453F

Black with #EC453F

Text Example


Text Example

White with #EC453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC453F; }

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

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

background-color css

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

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

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

border-color css

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

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

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