Html Css Color HEX #EC481A Cinnabar

📋 copy color: '#EC481A'

red 236 ◦ green 72 ◦ blue 26

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

Shades of Cinnabar #EC481A

Tints of Cinnabar #EC481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 70.66%
G = 21.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC481A (or 0xEC481A) is known color: Cinnabar. HEX triplet: EC, 48 and 1A. RGB value is (236,72,26). Sum of RGB (Red+Green+Blue) = 236+72+26=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC481A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC481A is #13B7E5. Grayscale: #747474. Windows color (decimal): -1292262 or 1722604. OLE color: 1722604.

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

Color convert

RGB 236 72 26 -
CMYK 0 0.69 0.89 0.07
HSL 13.14º 0.85% 0.51% -
HSV(B) 13.14º 0.89% 0.93% -
XYZ 37.1 22.54 3.37 -
YUV 115.79 77.33 213.74 -
System Red Green Blue C M Y K H S L
Decimal 236 72 26 0 0.69 0.89 0.07 13.14 0.85 0.51
Hex EC 48 1A 0 45 59 7 D 55 33
Octal 354 110 32 0 105 131 7 15 125 63
Binary 11101100 1001000 11010 0 1000101 1011001 111 1101 1010101 110011

Color Harmonies of #EC481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC481A

Black with #EC481A

Text Example


Text Example

White with #EC481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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