Html Css Color HEX #EC461F Cinnabar

📋 copy color: '#EC461F'

red 236 ◦ green 70 ◦ blue 31

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

Shades of Cinnabar #EC461F

Tints of Cinnabar #EC461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

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

R = 70.03%
G = 20.77%
B = 9.2%

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

#EC461F (or 0xEC461F) is known color: Cinnabar. HEX triplet: EC, 46 and 1F. RGB value is (236,70,31). Sum of RGB (Red+Green+Blue) = 236+70+31=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC461F is #13B9E0. Grayscale: #737373. Windows color (decimal): -1292769 or 2049772. OLE color: 2049772.

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

Color convert

RGB 236 70 31 -
CMYK 0 0.70 0.87 0.07
HSL 11.41º 0.84% 0.52% -
HSV(B) 11.41º 0.87% 0.93% -
XYZ 37.03 22.31 3.65 -
YUV 115.19 80.5 214.17 -
System Red Green Blue C M Y K H S L
Decimal 236 70 31 0 0.70 0.87 0.07 11.41 0.84 0.52
Hex EC 46 1F 0 46 57 7 B 54 34
Octal 354 106 37 0 106 127 7 13 124 64
Binary 11101100 1000110 11111 0 1000110 1010111 111 1011 1010100 110100

Color Harmonies of #EC461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC461F

Black with #EC461F

Text Example


Text Example

White with #EC461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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