Html Css Color HEX #EC4F1F Cinnabar

📋 copy color: '#EC4F1F'

red 236 ◦ green 79 ◦ blue 31

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

Shades of Cinnabar #EC4F1F

Tints of Cinnabar #EC4F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

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

R = 68.21%
G = 22.83%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC4F1F (or 0xEC4F1F) is known color: Cinnabar. HEX triplet: EC, 4F and 1F. RGB value is (236,79,31). Sum of RGB (Red+Green+Blue) = 236+79+31=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4F1F is #13B0E0. Grayscale: #787878. Windows color (decimal): -1290465 or 2052076. OLE color: 2052076.

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

Color convert

RGB 236 79 31 -
CMYK 0 0.67 0.87 0.07
HSL 14.05º 0.84% 0.52% -
HSV(B) 14.05º 0.87% 0.93% -
XYZ 37.64 23.52 3.85 -
YUV 120.47 77.51 210.4 -
System Red Green Blue C M Y K H S L
Decimal 236 79 31 0 0.67 0.87 0.07 14.05 0.84 0.52
Hex EC 4F 1F 0 43 57 7 E 54 34
Octal 354 117 37 0 103 127 7 16 124 64
Binary 11101100 1001111 11111 0 1000011 1010111 111 1110 1010100 110100

Color Harmonies of #EC4F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F1F

Black with #EC4F1F

Text Example


Text Example

White with #EC4F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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