Html Css Color HEX #EC401F Cinnabar

📋 copy color: '#EC401F'

red 236 ◦ green 64 ◦ blue 31

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

Shades of Cinnabar #EC401F

Tints of Cinnabar #EC401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 71.3%
G = 19.34%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC401F (or 0xEC401F) is known color: Cinnabar. HEX triplet: EC, 40 and 1F. RGB value is (236,64,31). Sum of RGB (Red+Green+Blue) = 236+64+31=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC401F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC401F is #13BFE0. Grayscale: #6F6F6F. Windows color (decimal): -1294305 or 2048236. OLE color: 2048236.

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

Color convert

RGB 236 64 31 -
CMYK 0 0.73 0.87 0.07
HSL 9.66º 0.84% 0.52% -
HSV(B) 9.66º 0.87% 0.93% -
XYZ 36.67 21.6 3.53 -
YUV 111.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 236 64 31 0 0.73 0.87 0.07 9.66 0.84 0.52
Hex EC 40 1F 0 49 57 7 A 54 34
Octal 354 100 37 0 111 127 7 12 124 64
Binary 11101100 1000000 11111 0 1001001 1010111 111 1010 1010100 110100

Color Harmonies of #EC401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC401F

Black with #EC401F

Text Example


Text Example

White with #EC401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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