Html Css Color HEX #ED491C Cinnabar

📋 copy color: '#ED491C'

red 237 ◦ green 73 ◦ blue 28

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

Shades of Cinnabar #ED491C

Tints of Cinnabar #ED491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 70.12%
G = 21.6%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED491C (or 0xED491C) is known color: Cinnabar. HEX triplet: ED, 49 and 1C. RGB value is (237,73,28). Sum of RGB (Red+Green+Blue) = 237+73+28=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED491C is #12B6E3. Grayscale: #757575. Windows color (decimal): -1226468 or 1853933. OLE color: 1853933.

HSL color Cylindrical-coordinate representation of color #ED491C: hue angle of 12.92º 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 #ED491C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 73 28 -
CMYK 0 0.69 0.88 0.07
HSL 12.92º 0.85% 0.52% -
HSV(B) 12.92º 0.88% 0.93% -
XYZ 37.52 22.85 3.53 -
YUV 116.91 77.83 213.66 -
System Red Green Blue C M Y K H S L
Decimal 237 73 28 0 0.69 0.88 0.07 12.92 0.85 0.52
Hex ED 49 1C 0 45 58 7 D 55 34
Octal 355 111 34 0 105 130 7 15 125 64
Binary 11101101 1001001 11100 0 1000101 1011000 111 1101 1010101 110100

Color Harmonies of #ED491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED491C

Black with #ED491C

Text Example


Text Example

White with #ED491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED491C; }

 p { color: rgb(237,73,28); }

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

background-color css

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

 a { background-color: rgb(237,73,28); }

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

border-color css

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

 span { border-color: rgb(237,73,28); }

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