Html Css Color HEX #EC411F Cinnabar

📋 copy color: '#EC411F'

red 236 ◦ green 65 ◦ blue 31

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

Shades of Cinnabar #EC411F

Tints of Cinnabar #EC411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 71.08%
G = 19.58%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC411F (or 0xEC411F) is known color: Cinnabar. HEX triplet: EC, 41 and 1F. RGB value is (236,65,31). Sum of RGB (Red+Green+Blue) = 236+65+31=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411F is #13BEE0. Grayscale: #707070. Windows color (decimal): -1294049 or 2048492. OLE color: 2048492.

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

Color convert

RGB 236 65 31 -
CMYK 0 0.72 0.87 0.07
HSL 9.95º 0.84% 0.52% -
HSV(B) 9.95º 0.87% 0.93% -
XYZ 36.73 21.71 3.55 -
YUV 112.25 82.15 216.26 -
System Red Green Blue C M Y K H S L
Decimal 236 65 31 0 0.72 0.87 0.07 9.95 0.84 0.52
Hex EC 41 1F 0 48 57 7 A 54 34
Octal 354 101 37 0 110 127 7 12 124 64
Binary 11101100 1000001 11111 0 1001000 1010111 111 1010 1010100 110100

Color Harmonies of #EC411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC411F

Black with #EC411F

Text Example


Text Example

White with #EC411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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