Html Css Color HEX #EC4038 Cinnabar

📋 copy color: '#EC4038'

red 236 ◦ green 64 ◦ blue 56

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

Shades of Cinnabar #EC4038

Tints of Cinnabar #EC4038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 66.29%
G = 17.98%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC4038 (or 0xEC4038) is known color: Cinnabar. HEX triplet: EC, 40 and 38. RGB value is (236,64,56). Sum of RGB (Red+Green+Blue) = 236+64+56=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4038 is #13BFC7. Grayscale: #727272. Windows color (decimal): -1294280 or 3686636. OLE color: 3686636.

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

Color convert

RGB 236 64 56 -
CMYK 0 0.73 0.76 0.07
HSL 2.67º 0.83% 0.57% -
HSV(B) 2.67º 0.76% 0.93% -
XYZ 37.14 21.79 5.99 -
YUV 114.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 236 64 56 0 0.73 0.76 0.07 2.67 0.83 0.57
Hex EC 40 38 0 49 4C 7 3 53 39
Octal 354 100 70 0 111 114 7 3 123 71
Binary 11101100 1000000 111000 0 1001001 1001100 111 11 1010011 111001

Color Harmonies of #EC4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4038

Black with #EC4038

Text Example


Text Example

White with #EC4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4038; }

 p { color: rgb(236,64,56); }

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

background-color css

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

 a { background-color: rgb(236,64,56); }

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

border-color css

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

 span { border-color: rgb(236,64,56); }

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