Html Css Color HEX #EC471E Cinnabar

📋 copy color: '#EC471E'

red 236 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #EC471E

Tints of Cinnabar #EC471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 70.03%
G = 21.07%
B = 8.9%

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

#EC471E (or 0xEC471E) is known color: Cinnabar. HEX triplet: EC, 47 and 1E. RGB value is (236,71,30). Sum of RGB (Red+Green+Blue) = 236+71+30=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC471E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC471E is #13B8E1. Grayscale: #737373. Windows color (decimal): -1292514 or 1984492. OLE color: 1984492.

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

Color convert

RGB 236 71 30 -
CMYK 0 0.70 0.87 0.07
HSL 11.94º 0.84% 0.52% -
HSV(B) 11.94º 0.87% 0.93% -
XYZ 37.08 22.43 3.6 -
YUV 115.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 236 71 30 0 0.70 0.87 0.07 11.94 0.84 0.52
Hex EC 47 1E 0 46 57 7 C 54 34
Octal 354 107 36 0 106 127 7 14 124 64
Binary 11101100 1000111 11110 0 1000110 1010111 111 1100 1010100 110100

Color Harmonies of #EC471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC471E

Black with #EC471E

Text Example


Text Example

White with #EC471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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