Html Css Color HEX #EC412B Cinnabar

📋 copy color: '#EC412B'

red 236 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #EC412B

Tints of Cinnabar #EC412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 68.6%
G = 18.9%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC412B (or 0xEC412B) is known color: Cinnabar. HEX triplet: EC, 41 and 2B. RGB value is (236,65,43). Sum of RGB (Red+Green+Blue) = 236+65+43=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC412B is #13BED4. Grayscale: #717171. Windows color (decimal): -1294037 or 2834924. OLE color: 2834924.

HSL color Cylindrical-coordinate representation of color #EC412B: hue angle of 6.84º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC412B is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 65 43 -
CMYK 0 0.72 0.82 0.07
HSL 6.84º 0.84% 0.55% -
HSV(B) 6.84º 0.82% 0.93% -
XYZ 36.92 21.79 4.55 -
YUV 113.62 88.15 215.29 -
System Red Green Blue C M Y K H S L
Decimal 236 65 43 0 0.72 0.82 0.07 6.84 0.84 0.55
Hex EC 41 2B 0 48 52 7 7 54 37
Octal 354 101 53 0 110 122 7 7 124 67
Binary 11101100 1000001 101011 0 1001000 1010010 111 111 1010100 110111

Color Harmonies of #EC412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC412B

Black with #EC412B

Text Example


Text Example

White with #EC412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC412B; }

 p { color: rgb(236,65,43); }

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

background-color css

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

 a { background-color: rgb(236,65,43); }

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

border-color css

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

 span { border-color: rgb(236,65,43); }

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