Html Css Color HEX #EC402B Cinnabar

📋 copy color: '#EC402B'

red 236 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #EC402B

Tints of Cinnabar #EC402B

RGB

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

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

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

R = 68.8%
G = 18.66%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC402B (or 0xEC402B) is known color: Cinnabar. HEX triplet: EC, 40 and 2B. RGB value is (236,64,43). Sum of RGB (Red+Green+Blue) = 236+64+43=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC402B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC402B is #13BFD4. Grayscale: #717171. Windows color (decimal): -1294293 or 2834668. OLE color: 2834668.

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

Color convert

RGB 236 64 43 -
CMYK 0 0.73 0.82 0.07
HSL 6.53º 0.84% 0.55% -
HSV(B) 6.53º 0.82% 0.93% -
XYZ 36.86 21.67 4.53 -
YUV 113.03 88.48 215.71 -
System Red Green Blue C M Y K H S L
Decimal 236 64 43 0 0.73 0.82 0.07 6.53 0.84 0.55
Hex EC 40 2B 0 49 52 7 7 54 37
Octal 354 100 53 0 111 122 7 7 124 67
Binary 11101100 1000000 101011 0 1001001 1010010 111 111 1010100 110111

Color Harmonies of #EC402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC402B

Black with #EC402B

Text Example


Text Example

White with #EC402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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