Html Css Color HEX #EC481F Cinnabar

📋 copy color: '#EC481F'

red 236 ◦ green 72 ◦ blue 31

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

Shades of Cinnabar #EC481F

Tints of Cinnabar #EC481F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 69.62%
G = 21.24%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC481F (or 0xEC481F) is known color: Cinnabar. HEX triplet: EC, 48 and 1F. RGB value is (236,72,31). Sum of RGB (Red+Green+Blue) = 236+72+31=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC481F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC481F is #13B7E0. Grayscale: #747474. Windows color (decimal): -1292257 or 2050284. OLE color: 2050284.

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

Color convert

RGB 236 72 31 -
CMYK 0 0.69 0.87 0.07
HSL 12º 0.84% 0.52% -
HSV(B) 12º 0.87% 0.93% -
XYZ 37.16 22.57 3.69 -
YUV 116.36 79.83 213.33 -
System Red Green Blue C M Y K H S L
Decimal 236 72 31 0 0.69 0.87 0.07 12 0.84 0.52
Hex EC 48 1F 0 45 57 7 C 54 34
Octal 354 110 37 0 105 127 7 14 124 64
Binary 11101100 1001000 11111 0 1000101 1010111 111 1100 1010100 110100

Color Harmonies of #EC481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC481F

Black with #EC481F

Text Example


Text Example

White with #EC481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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