Html Css Color HEX #EC431A Cinnabar

📋 copy color: '#EC431A'

red 236 ◦ green 67 ◦ blue 26

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

Shades of Cinnabar #EC431A

Tints of Cinnabar #EC431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 71.73%
G = 20.36%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC431A (or 0xEC431A) is known color: Cinnabar. HEX triplet: EC, 43 and 1A. RGB value is (236,67,26). Sum of RGB (Red+Green+Blue) = 236+67+26=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC431A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC431A is #13BCE5. Grayscale: #717171. Windows color (decimal): -1293542 or 1721324. OLE color: 1721324.

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

Color convert

RGB 236 67 26 -
CMYK 0 0.72 0.89 0.07
HSL 11.71º 0.85% 0.51% -
HSV(B) 11.71º 0.89% 0.93% -
XYZ 36.79 21.92 3.27 -
YUV 112.86 78.99 215.83 -
System Red Green Blue C M Y K H S L
Decimal 236 67 26 0 0.72 0.89 0.07 11.71 0.85 0.51
Hex EC 43 1A 0 48 59 7 C 55 33
Octal 354 103 32 0 110 131 7 14 125 63
Binary 11101100 1000011 11010 0 1001000 1011001 111 1100 1010101 110011

Color Harmonies of #EC431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC431A

Black with #EC431A

Text Example


Text Example

White with #EC431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC431A; }

 p { color: rgb(236,67,26); }

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

background-color css

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

 a { background-color: rgb(236,67,26); }

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

border-color css

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

 span { border-color: rgb(236,67,26); }

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