Html Css Color HEX #EC471F Cinnabar

📋 copy color: '#EC471F'

red 236 ◦ green 71 ◦ blue 31

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

Shades of Cinnabar #EC471F

Tints of Cinnabar #EC471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 69.82%
G = 21.01%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC471F (or 0xEC471F) is known color: Cinnabar. HEX triplet: EC, 47 and 1F. RGB value is (236,71,31). Sum of RGB (Red+Green+Blue) = 236+71+31=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC471F is #13B8E0. Grayscale: #747474. Windows color (decimal): -1292513 or 2050028. OLE color: 2050028.

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

Color convert

RGB 236 71 31 -
CMYK 0 0.70 0.87 0.07
HSL 11.71º 0.84% 0.52% -
HSV(B) 11.71º 0.87% 0.93% -
XYZ 37.09 22.44 3.67 -
YUV 115.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 236 71 31 0 0.70 0.87 0.07 11.71 0.84 0.52
Hex EC 47 1F 0 46 57 7 C 54 34
Octal 354 107 37 0 106 127 7 14 124 64
Binary 11101100 1000111 11111 0 1000110 1010111 111 1100 1010100 110100

Color Harmonies of #EC471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC471F

Black with #EC471F

Text Example


Text Example

White with #EC471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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