Html Css Color HEX #ED312F Cinnabar

📋 copy color: '#ED312F'

red 237 ◦ green 49 ◦ blue 47

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

Shades of Cinnabar #ED312F

Tints of Cinnabar #ED312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.11%

R = 71.17%
G = 14.71%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED312F (or 0xED312F) is known color: Cinnabar. HEX triplet: ED, 31 and 2F. RGB value is (237,49,47). Sum of RGB (Red+Green+Blue) = 237+49+47=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED312F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED312F is #12CED0. Grayscale: #696969. Windows color (decimal): -1232593 or 3092973. OLE color: 3092973.

HSL color Cylindrical-coordinate representation of color #ED312F: hue angle of 0.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED312F is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 49 47 -
CMYK 0 0.79 0.80 0.07
HSL 0.63º 0.84% 0.56% -
HSV(B) 0.63º 0.8% 0.93% -
XYZ 36.54 20.41 4.7 -
YUV 104.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 237 49 47 0 0.79 0.80 0.07 0.63 0.84 0.56
Hex ED 31 2F 0 4F 50 7 1 54 38
Octal 355 61 57 0 117 120 7 1 124 70
Binary 11101101 110001 101111 0 1001111 1010000 111 1 1010100 111000

Color Harmonies of #ED312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED312F

Black with #ED312F

Text Example


Text Example

White with #ED312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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