Html Css Color HEX #EC251F Cinnabar

📋 copy color: '#EC251F'

red 236 ◦ green 37 ◦ blue 31

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

Shades of Cinnabar #EC251F

Tints of Cinnabar #EC251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.17%

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

R = 77.63%
G = 12.17%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC251F (or 0xEC251F) is known color: Cinnabar. HEX triplet: EC, 25 and 1F. RGB value is (236,37,31). Sum of RGB (Red+Green+Blue) = 236+37+31=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC251F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC251F is #13DAE0. Grayscale: #606060. Windows color (decimal): -1301217 or 2041324. OLE color: 2041324.

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

Color convert

RGB 236 37 31 -
CMYK 0 0.84 0.87 0.07
HSL 1.76º 0.84% 0.52% -
HSV(B) 1.76º 0.87% 0.93% -
XYZ 35.5 19.25 3.14 -
YUV 95.82 91.43 227.99 -
System Red Green Blue C M Y K H S L
Decimal 236 37 31 0 0.84 0.87 0.07 1.76 0.84 0.52
Hex EC 25 1F 0 54 57 7 2 54 34
Octal 354 45 37 0 124 127 7 2 124 64
Binary 11101100 100101 11111 0 1010100 1010111 111 10 1010100 110100

Color Harmonies of #EC251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC251F

Black with #EC251F

Text Example


Text Example

White with #EC251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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