Html Css Color HEX #EC462F Cinnabar

📋 copy color: '#EC462F'

red 236 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #EC462F

Tints of Cinnabar #EC462F

RGB

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

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

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

R = 66.86%
G = 19.83%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC462F (or 0xEC462F) is known color: Cinnabar. HEX triplet: EC, 46 and 2F. RGB value is (236,70,47). Sum of RGB (Red+Green+Blue) = 236+70+47=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC462F is #13B9D0. Grayscale: #757575. Windows color (decimal): -1292753 or 3098348. OLE color: 3098348.

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

Color convert

RGB 236 70 47 -
CMYK 0 0.70 0.80 0.07
HSL 7.3º 0.83% 0.55% -
HSV(B) 7.3º 0.8% 0.93% -
XYZ 37.3 22.42 5.05 -
YUV 117.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 236 70 47 0 0.70 0.80 0.07 7.3 0.83 0.55
Hex EC 46 2F 0 46 50 7 7 53 37
Octal 354 106 57 0 106 120 7 7 123 67
Binary 11101100 1000110 101111 0 1000110 1010000 111 111 1010011 110111

Color Harmonies of #EC462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC462F

Black with #EC462F

Text Example


Text Example

White with #EC462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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