Html Css Color HEX #ED311D Cinnabar

📋 copy color: '#ED311D'

red 237 ◦ green 49 ◦ blue 29

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

Shades of Cinnabar #ED311D

Tints of Cinnabar #ED311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 75.24%
G = 15.56%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED311D (or 0xED311D) is known color: Cinnabar. HEX triplet: ED, 31 and 1D. RGB value is (237,49,29). Sum of RGB (Red+Green+Blue) = 237+49+29=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED311D is #12CEE2. Grayscale: #676767. Windows color (decimal): -1232611 or 1913325. OLE color: 1913325.

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

Color convert

RGB 237 49 29 -
CMYK 0 0.79 0.88 0.07
HSL 5.77º 0.85% 0.52% -
HSV(B) 5.77º 0.88% 0.93% -
XYZ 36.25 20.29 3.17 -
YUV 102.93 86.28 223.63 -
System Red Green Blue C M Y K H S L
Decimal 237 49 29 0 0.79 0.88 0.07 5.77 0.85 0.52
Hex ED 31 1D 0 4F 58 7 6 55 34
Octal 355 61 35 0 117 130 7 6 125 64
Binary 11101101 110001 11101 0 1001111 1011000 111 110 1010101 110100

Color Harmonies of #ED311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED311D

Black with #ED311D

Text Example


Text Example

White with #ED311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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