Html Css Color HEX #EC431E Cinnabar

📋 copy color: '#EC431E'

red 236 ◦ green 67 ◦ blue 30

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

Shades of Cinnabar #EC431E

Tints of Cinnabar #EC431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 70.87%
G = 20.12%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC431E (or 0xEC431E) is known color: Cinnabar. HEX triplet: EC, 43 and 1E. RGB value is (236,67,30). Sum of RGB (Red+Green+Blue) = 236+67+30=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC431E is #13BCE1. Grayscale: #717171. Windows color (decimal): -1293538 or 1983468. OLE color: 1983468.

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

Color convert

RGB 236 67 30 -
CMYK 0 0.72 0.87 0.07
HSL 10.78º 0.84% 0.52% -
HSV(B) 10.78º 0.87% 0.93% -
XYZ 36.83 21.94 3.52 -
YUV 113.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 236 67 30 0 0.72 0.87 0.07 10.78 0.84 0.52
Hex EC 43 1E 0 48 57 7 B 54 34
Octal 354 103 36 0 110 127 7 13 124 64
Binary 11101100 1000011 11110 0 1001000 1010111 111 1011 1010100 110100

Color Harmonies of #EC431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC431E

Black with #EC431E

Text Example


Text Example

White with #EC431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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