Html Css Color HEX #EC281F Cinnabar

📋 copy color: '#EC281F'

red 236 ◦ green 40 ◦ blue 31

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

Shades of Cinnabar #EC281F

Tints of Cinnabar #EC281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 76.87%
G = 13.03%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC281F (or 0xEC281F) is known color: Cinnabar. HEX triplet: EC, 28 and 1F. RGB value is (236,40,31). Sum of RGB (Red+Green+Blue) = 236+40+31=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC281F is #13D7E0. Grayscale: #616161. Windows color (decimal): -1300449 or 2042092. OLE color: 2042092.

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

Color convert

RGB 236 40 31 -
CMYK 0 0.83 0.87 0.07
HSL 2.63º 0.84% 0.52% -
HSV(B) 2.63º 0.87% 0.93% -
XYZ 35.6 19.45 3.17 -
YUV 97.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 236 40 31 0 0.83 0.87 0.07 2.63 0.84 0.52
Hex EC 28 1F 0 53 57 7 3 54 34
Octal 354 50 37 0 123 127 7 3 124 64
Binary 11101100 101000 11111 0 1010011 1010111 111 11 1010100 110100

Color Harmonies of #EC281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC281F

Black with #EC281F

Text Example


Text Example

White with #EC281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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