Html Css Color HEX #EC351F Cinnabar

📋 copy color: '#EC351F'

red 236 ◦ green 53 ◦ blue 31

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

Shades of Cinnabar #EC351F

Tints of Cinnabar #EC351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 73.75%
G = 16.56%
B = 9.69%

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

#EC351F (or 0xEC351F) is known color: Cinnabar. HEX triplet: EC, 35 and 1F. RGB value is (236,53,31). Sum of RGB (Red+Green+Blue) = 236+53+31=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC351F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC351F is #13CAE0. Grayscale: #696969. Windows color (decimal): -1297121 or 2045420. OLE color: 2045420.

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

Color convert

RGB 236 53 31 -
CMYK 0 0.78 0.87 0.07
HSL 6.44º 0.84% 0.52% -
HSV(B) 6.44º 0.87% 0.93% -
XYZ 36.11 20.48 3.35 -
YUV 105.21 86.13 221.29 -
System Red Green Blue C M Y K H S L
Decimal 236 53 31 0 0.78 0.87 0.07 6.44 0.84 0.52
Hex EC 35 1F 0 4E 57 7 6 54 34
Octal 354 65 37 0 116 127 7 6 124 64
Binary 11101100 110101 11111 0 1001110 1010111 111 110 1010100 110100

Color Harmonies of #EC351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC351F

Black with #EC351F

Text Example


Text Example

White with #EC351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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