Html Css Color HEX #EC261F Cinnabar

📋 copy color: '#EC261F'

red 236 ◦ green 38 ◦ blue 31

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

Shades of Cinnabar #EC261F

Tints of Cinnabar #EC261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

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

R = 77.38%
G = 12.46%
B = 10.16%

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

#EC261F (or 0xEC261F) is known color: Cinnabar. HEX triplet: EC, 26 and 1F. RGB value is (236,38,31). Sum of RGB (Red+Green+Blue) = 236+38+31=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261F is #13D9E0. Grayscale: #606060. Windows color (decimal): -1300961 or 2041580. OLE color: 2041580.

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

Color convert

RGB 236 38 31 -
CMYK 0 0.84 0.87 0.07
HSL 2.05º 0.84% 0.52% -
HSV(B) 2.05º 0.87% 0.93% -
XYZ 35.53 19.32 3.15 -
YUV 96.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 236 38 31 0 0.84 0.87 0.07 2.05 0.84 0.52
Hex EC 26 1F 0 54 57 7 2 54 34
Octal 354 46 37 0 124 127 7 2 124 64
Binary 11101100 100110 11111 0 1010100 1010111 111 10 1010100 110100

Color Harmonies of #EC261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC261F

Black with #EC261F

Text Example


Text Example

White with #EC261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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