Html Css Color HEX #ED311B Cinnabar

📋 copy color: '#ED311B'

red 237 ◦ green 49 ◦ blue 27

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

Shades of Cinnabar #ED311B

Tints of Cinnabar #ED311B

RGB

 RED value IS 237 (92.97% from 255) = 75.72%

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 27 (10.94% from 255) = 8.63%

R = 75.72%
G = 15.65%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED311B (or 0xED311B) is known color: Cinnabar. HEX triplet: ED, 31 and 1B. RGB value is (237,49,27). Sum of RGB (Red+Green+Blue) = 237+49+27=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED311B is #12CEE4. Grayscale: #666666. Windows color (decimal): -1232613 or 1782253. OLE color: 1782253.

HSL color Cylindrical-coordinate representation of color #ED311B: hue angle of 6.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED311B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 49 27 -
CMYK 0 0.79 0.89 0.07
HSL 6.29º 0.85% 0.52% -
HSV(B) 6.29º 0.89% 0.93% -
XYZ 36.22 20.28 3.04 -
YUV 102.7 85.28 223.79 -
System Red Green Blue C M Y K H S L
Decimal 237 49 27 0 0.79 0.89 0.07 6.29 0.85 0.52
Hex ED 31 1B 0 4F 59 7 6 55 34
Octal 355 61 33 0 117 131 7 6 125 64
Binary 11101101 110001 11011 0 1001111 1011001 111 110 1010101 110100

Color Harmonies of #ED311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED311B

Black with #ED311B

Text Example


Text Example

White with #ED311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED311B; }

 p { color: rgb(237,49,27); }

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

background-color css

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

 a { background-color: rgb(237,49,27); }

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

border-color css

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

 span { border-color: rgb(237,49,27); }

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