Html Css Color HEX #ED312B Cinnabar

📋 copy color: '#ED312B'

red 237 ◦ green 49 ◦ blue 43

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

Shades of Cinnabar #ED312B

Tints of Cinnabar #ED312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 72.04%
G = 14.89%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED312B (or 0xED312B) is known color: Cinnabar. HEX triplet: ED, 31 and 2B. RGB value is (237,49,43). Sum of RGB (Red+Green+Blue) = 237+49+43=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED312B is #12CED4. Grayscale: #686868. Windows color (decimal): -1232597 or 2830829. OLE color: 2830829.

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

Color convert

RGB 237 49 43 -
CMYK 0 0.79 0.82 0.07
HSL 1.86º 0.84% 0.55% -
HSV(B) 1.86º 0.82% 0.93% -
XYZ 36.46 20.38 4.3 -
YUV 104.53 93.28 222.49 -
System Red Green Blue C M Y K H S L
Decimal 237 49 43 0 0.79 0.82 0.07 1.86 0.84 0.55
Hex ED 31 2B 0 4F 52 7 2 54 37
Octal 355 61 53 0 117 122 7 2 124 67
Binary 11101101 110001 101011 0 1001111 1010010 111 10 1010100 110111

Color Harmonies of #ED312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED312B

Black with #ED312B

Text Example


Text Example

White with #ED312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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