Html Css Color HEX #ED312C Cinnabar

📋 copy color: '#ED312C'

red 237 ◦ green 49 ◦ blue 44

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

Shades of Cinnabar #ED312C

Tints of Cinnabar #ED312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 71.82%
G = 14.85%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED312C (or 0xED312C) is known color: Cinnabar. HEX triplet: ED, 31 and 2C. RGB value is (237,49,44). Sum of RGB (Red+Green+Blue) = 237+49+44=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED312C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED312C is #12CED3. Grayscale: #686868. Windows color (decimal): -1232596 or 2896365. OLE color: 2896365.

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

Color convert

RGB 237 49 44 -
CMYK 0 0.79 0.81 0.07
HSL 1.55º 0.84% 0.55% -
HSV(B) 1.55º 0.81% 0.93% -
XYZ 36.48 20.38 4.39 -
YUV 104.64 93.78 222.41 -
System Red Green Blue C M Y K H S L
Decimal 237 49 44 0 0.79 0.81 0.07 1.55 0.84 0.55
Hex ED 31 2C 0 4F 51 7 2 54 37
Octal 355 61 54 0 117 121 7 2 124 67
Binary 11101101 110001 101100 0 1001111 1010001 111 10 1010100 110111

Color Harmonies of #ED312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED312C

Black with #ED312C

Text Example


Text Example

White with #ED312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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