Html Css Color HEX #EC421F Cinnabar

📋 copy color: '#EC421F'

red 236 ◦ green 66 ◦ blue 31

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

Shades of Cinnabar #EC421F

Tints of Cinnabar #EC421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 70.87%
G = 19.82%
B = 9.31%

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

#EC421F (or 0xEC421F) is known color: Cinnabar. HEX triplet: EC, 42 and 1F. RGB value is (236,66,31). Sum of RGB (Red+Green+Blue) = 236+66+31=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC421F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC421F is #13BDE0. Grayscale: #717171. Windows color (decimal): -1293793 or 2048748. OLE color: 2048748.

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

Color convert

RGB 236 66 31 -
CMYK 0 0.72 0.87 0.07
HSL 10.24º 0.84% 0.52% -
HSV(B) 10.24º 0.87% 0.93% -
XYZ 36.79 21.83 3.57 -
YUV 112.84 81.82 215.85 -
System Red Green Blue C M Y K H S L
Decimal 236 66 31 0 0.72 0.87 0.07 10.24 0.84 0.52
Hex EC 42 1F 0 48 57 7 A 54 34
Octal 354 102 37 0 110 127 7 12 124 64
Binary 11101100 1000010 11111 0 1001000 1010111 111 1010 1010100 110100

Color Harmonies of #EC421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC421F

Black with #EC421F

Text Example


Text Example

White with #EC421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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