Html Css Color HEX #EC3F28 Cinnabar

📋 copy color: '#EC3F28'

red 236 ◦ green 63 ◦ blue 40

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

Shades of Cinnabar #EC3F28

Tints of Cinnabar #EC3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

 BLUE value IS 40 (16.02% from 255) = 11.8%

R = 69.62%
G = 18.58%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3F28 (or 0xEC3F28) is known color: Cinnabar. HEX triplet: EC, 3F and 28. RGB value is (236,63,40). Sum of RGB (Red+Green+Blue) = 236+63+40=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F28 is #13C0D7. Grayscale: #707070. Windows color (decimal): -1294552 or 2637804. OLE color: 2637804.

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

Color convert

RGB 236 63 40 -
CMYK 0 0.73 0.83 0.07
HSL 7.04º 0.84% 0.54% -
HSV(B) 7.04º 0.83% 0.93% -
XYZ 36.75 21.54 4.23 -
YUV 112.11 87.31 216.37 -
System Red Green Blue C M Y K H S L
Decimal 236 63 40 0 0.73 0.83 0.07 7.04 0.84 0.54
Hex EC 3F 28 0 49 53 7 7 54 36
Octal 354 77 50 0 111 123 7 7 124 66
Binary 11101100 111111 101000 0 1001001 1010011 111 111 1010100 110110

Color Harmonies of #EC3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F28

Black with #EC3F28

Text Example


Text Example

White with #EC3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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