Html Css Color HEX #EC443C Cinnabar

📋 copy color: '#EC443C'

red 236 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #EC443C

Tints of Cinnabar #EC443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 60 (23.83% from 255) = 16.48%

R = 64.84%
G = 18.68%
B = 16.48%

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

#EC443C (or 0xEC443C) is known color: Cinnabar. HEX triplet: EC, 44 and 3C. RGB value is (236,68,60). Sum of RGB (Red+Green+Blue) = 236+68+60=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC443C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC443C is #13BBC3. Grayscale: #757575. Windows color (decimal): -1293252 or 3949804. OLE color: 3949804.

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

Color convert

RGB 236 68 60 -
CMYK 0 0.71 0.75 0.07
HSL 2.73º 0.82% 0.58% -
HSV(B) 2.73º 0.75% 0.93% -
XYZ 37.47 22.29 6.6 -
YUV 117.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 236 68 60 0 0.71 0.75 0.07 2.73 0.82 0.58
Hex EC 44 3C 0 47 4B 7 3 52 3A
Octal 354 104 74 0 107 113 7 3 122 72
Binary 11101100 1000100 111100 0 1000111 1001011 111 11 1010010 111010

Color Harmonies of #EC443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC443C

Black with #EC443C

Text Example


Text Example

White with #EC443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC443C; }

 p { color: rgb(236,68,60); }

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

background-color css

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

 a { background-color: rgb(236,68,60); }

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

border-color css

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

 span { border-color: rgb(236,68,60); }

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