Html Css Color HEX #EC3F26 Cinnabar

📋 copy color: '#EC3F26'

red 236 ◦ green 63 ◦ blue 38

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

Shades of Cinnabar #EC3F26

Tints of Cinnabar #EC3F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 70.03%
G = 18.69%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3F26 (or 0xEC3F26) is known color: Cinnabar. HEX triplet: EC, 3F and 26. RGB value is (236,63,38). Sum of RGB (Red+Green+Blue) = 236+63+38=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F26 is #13C0D9. Grayscale: #707070. Windows color (decimal): -1294554 or 2506732. OLE color: 2506732.

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

Color convert

RGB 236 63 38 -
CMYK 0 0.73 0.84 0.07
HSL 7.58º 0.84% 0.54% -
HSV(B) 7.58º 0.84% 0.93% -
XYZ 36.72 21.53 4.05 -
YUV 111.88 86.31 216.53 -
System Red Green Blue C M Y K H S L
Decimal 236 63 38 0 0.73 0.84 0.07 7.58 0.84 0.54
Hex EC 3F 26 0 49 54 7 8 54 36
Octal 354 77 46 0 111 124 7 10 124 66
Binary 11101100 111111 100110 0 1001001 1010100 111 1000 1010100 110110

Color Harmonies of #EC3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F26

Black with #EC3F26

Text Example


Text Example

White with #EC3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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