Html Css Color HEX #EC402F Cinnabar

📋 copy color: '#EC402F'

red 236 ◦ green 64 ◦ blue 47

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

Shades of Cinnabar #EC402F

Tints of Cinnabar #EC402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 68.01%
G = 18.44%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC402F (or 0xEC402F) is known color: Cinnabar. HEX triplet: EC, 40 and 2F. RGB value is (236,64,47). Sum of RGB (Red+Green+Blue) = 236+64+47=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC402F is #13BFD0. Grayscale: #717171. Windows color (decimal): -1294289 or 3096812. OLE color: 3096812.

HSL color Cylindrical-coordinate representation of color #EC402F: hue angle of 5.4º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC402F is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 64 47 -
CMYK 0 0.73 0.80 0.07
HSL 5.4º 0.83% 0.55% -
HSV(B) 5.4º 0.8% 0.93% -
XYZ 36.94 21.7 4.93 -
YUV 113.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 236 64 47 0 0.73 0.80 0.07 5.4 0.83 0.55
Hex EC 40 2F 0 49 50 7 5 53 37
Octal 354 100 57 0 111 120 7 5 123 67
Binary 11101100 1000000 101111 0 1001001 1010000 111 101 1010011 110111

Color Harmonies of #EC402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC402F

Black with #EC402F

Text Example


Text Example

White with #EC402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC402F; }

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

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

background-color css

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

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

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

border-color css

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

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

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