Html Css Color HEX #EC3F1A Cinnabar

📋 copy color: '#EC3F1A'

red 236 ◦ green 63 ◦ blue 26

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

Shades of Cinnabar #EC3F1A

Tints of Cinnabar #EC3F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8%

R = 72.62%
G = 19.38%
B = 8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC3F1A (or 0xEC3F1A) is known color: Cinnabar. HEX triplet: EC, 3F and 1A. RGB value is (236,63,26). Sum of RGB (Red+Green+Blue) = 236+63+26=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F1A is #13C0E5. Grayscale: #6E6E6E. Windows color (decimal): -1294566 or 1720300. OLE color: 1720300.

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

Color convert

RGB 236 63 26 -
CMYK 0 0.73 0.89 0.07
HSL 10.57º 0.85% 0.51% -
HSV(B) 10.57º 0.89% 0.93% -
XYZ 36.56 21.46 3.19 -
YUV 110.51 80.31 217.51 -
System Red Green Blue C M Y K H S L
Decimal 236 63 26 0 0.73 0.89 0.07 10.57 0.85 0.51
Hex EC 3F 1A 0 49 59 7 B 55 33
Octal 354 77 32 0 111 131 7 13 125 63
Binary 11101100 111111 11010 0 1001001 1011001 111 1011 1010101 110011

Color Harmonies of #EC3F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F1A

Black with #EC3F1A

Text Example


Text Example

White with #EC3F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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