Html Css Color HEX #ED311A Cinnabar

📋 copy color: '#ED311A'

red 237 ◦ green 49 ◦ blue 26

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

Shades of Cinnabar #ED311A

Tints of Cinnabar #ED311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 75.96%
G = 15.71%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED311A (or 0xED311A) is known color: Cinnabar. HEX triplet: ED, 31 and 1A. RGB value is (237,49,26). Sum of RGB (Red+Green+Blue) = 237+49+26=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED311A is #12CEE5. Grayscale: #666666. Windows color (decimal): -1232614 or 1716717. OLE color: 1716717.

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

Color convert

RGB 237 49 26 -
CMYK 0 0.79 0.89 0.07
HSL 6.54º 0.85% 0.52% -
HSV(B) 6.54º 0.89% 0.93% -
XYZ 36.21 20.28 2.98 -
YUV 102.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 237 49 26 0 0.79 0.89 0.07 6.54 0.85 0.52
Hex ED 31 1A 0 4F 59 7 7 55 34
Octal 355 61 32 0 117 131 7 7 125 64
Binary 11101101 110001 11010 0 1001111 1011001 111 111 1010101 110100

Color Harmonies of #ED311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED311A

Black with #ED311A

Text Example


Text Example

White with #ED311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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