Html Css Color HEX #EC481B Cinnabar

📋 copy color: '#EC481B'

red 236 ◦ green 72 ◦ blue 27

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

Shades of Cinnabar #EC481B

Tints of Cinnabar #EC481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 70.45%
G = 21.49%
B = 8.06%

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

#EC481B (or 0xEC481B) is known color: Cinnabar. HEX triplet: EC, 48 and 1B. RGB value is (236,72,27). Sum of RGB (Red+Green+Blue) = 236+72+27=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC481B is #13B7E4. Grayscale: #747474. Windows color (decimal): -1292261 or 1788140. OLE color: 1788140.

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

Color convert

RGB 236 72 27 -
CMYK 0 0.69 0.89 0.07
HSL 12.92º 0.85% 0.52% -
HSV(B) 12.92º 0.89% 0.93% -
XYZ 37.11 22.55 3.43 -
YUV 115.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 236 72 27 0 0.69 0.89 0.07 12.92 0.85 0.52
Hex EC 48 1B 0 45 59 7 D 55 34
Octal 354 110 33 0 105 131 7 15 125 64
Binary 11101100 1001000 11011 0 1000101 1011001 111 1101 1010101 110100

Color Harmonies of #EC481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC481B

Black with #EC481B

Text Example


Text Example

White with #EC481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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