Html Css Color HEX #EC443A Cinnabar

📋 copy color: '#EC443A'

red 236 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #EC443A

Tints of Cinnabar #EC443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 65.19%
G = 18.78%
B = 16.02%

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

#EC443A (or 0xEC443A) is known color: Cinnabar. HEX triplet: EC, 44 and 3A. RGB value is (236,68,58). Sum of RGB (Red+Green+Blue) = 236+68+58=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC443A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC443A is #13BBC5. Grayscale: #757575. Windows color (decimal): -1293254 or 3818732. OLE color: 3818732.

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

Color convert

RGB 236 68 58 -
CMYK 0 0.71 0.75 0.07
HSL 3.37º 0.82% 0.58% -
HSV(B) 3.37º 0.75% 0.93% -
XYZ 37.42 22.27 6.33 -
YUV 117.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 236 68 58 0 0.71 0.75 0.07 3.37 0.82 0.58
Hex EC 44 3A 0 47 4B 7 3 52 3A
Octal 354 104 72 0 107 113 7 3 122 72
Binary 11101100 1000100 111010 0 1000111 1001011 111 11 1010010 111010

Color Harmonies of #EC443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC443A

Black with #EC443A

Text Example


Text Example

White with #EC443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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