Html Css Color HEX #ED311F Cinnabar

📋 copy color: '#ED311F'

red 237 ◦ green 49 ◦ blue 31

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

Shades of Cinnabar #ED311F

Tints of Cinnabar #ED311F

RGB

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

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

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

R = 74.76%
G = 15.46%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED311F (or 0xED311F) is known color: Cinnabar. HEX triplet: ED, 31 and 1F. RGB value is (237,49,31). Sum of RGB (Red+Green+Blue) = 237+49+31=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED311F is #12CEE0. Grayscale: #676767. Windows color (decimal): -1232609 or 2044397. OLE color: 2044397.

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

Color convert

RGB 237 49 31 -
CMYK 0 0.79 0.87 0.07
HSL 5.24º 0.85% 0.53% -
HSV(B) 5.24º 0.87% 0.93% -
XYZ 36.27 20.3 3.3 -
YUV 103.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 237 49 31 0 0.79 0.87 0.07 5.24 0.85 0.53
Hex ED 31 1F 0 4F 57 7 5 55 35
Octal 355 61 37 0 117 127 7 5 125 65
Binary 11101101 110001 11111 0 1001111 1010111 111 101 1010101 110101

Color Harmonies of #ED311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED311F

Black with #ED311F

Text Example


Text Example

White with #ED311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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