Html Css Color HEX #EC351E Cinnabar

📋 copy color: '#EC351E'

red 236 ◦ green 53 ◦ blue 30

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

Shades of Cinnabar #EC351E

Tints of Cinnabar #EC351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

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

R = 73.98%
G = 16.61%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC351E (or 0xEC351E) is known color: Cinnabar. HEX triplet: EC, 35 and 1E. RGB value is (236,53,30). Sum of RGB (Red+Green+Blue) = 236+53+30=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC351E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC351E is #13CAE1. Grayscale: #696969. Windows color (decimal): -1297122 or 1979884. OLE color: 1979884.

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

Color convert

RGB 236 53 30 -
CMYK 0 0.78 0.87 0.07
HSL 6.7º 0.84% 0.52% -
HSV(B) 6.7º 0.87% 0.93% -
XYZ 36.1 20.47 3.28 -
YUV 105.1 85.63 221.37 -
System Red Green Blue C M Y K H S L
Decimal 236 53 30 0 0.78 0.87 0.07 6.7 0.84 0.52
Hex EC 35 1E 0 4E 57 7 7 54 34
Octal 354 65 36 0 116 127 7 7 124 64
Binary 11101100 110101 11110 0 1001110 1010111 111 111 1010100 110100

Color Harmonies of #EC351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC351E

Black with #EC351E

Text Example


Text Example

White with #EC351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC351E; }

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

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

background-color css

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

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

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

border-color css

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

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

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