Html Css Color HEX #ED492B Cinnabar

📋 copy color: '#ED492B'

red 237 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #ED492B

Tints of Cinnabar #ED492B

RGB

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

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

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

R = 67.14%
G = 20.68%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED492B (or 0xED492B) is known color: Cinnabar. HEX triplet: ED, 49 and 2B. RGB value is (237,73,43). Sum of RGB (Red+Green+Blue) = 237+73+43=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED492B is #12B6D4. Grayscale: #767676. Windows color (decimal): -1226453 or 2836973. OLE color: 2836973.

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

Color convert

RGB 237 73 43 -
CMYK 0 0.69 0.82 0.07
HSL 9.28º 0.84% 0.55% -
HSV(B) 9.28º 0.82% 0.93% -
XYZ 37.74 22.94 4.72 -
YUV 118.62 85.33 212.44 -
System Red Green Blue C M Y K H S L
Decimal 237 73 43 0 0.69 0.82 0.07 9.28 0.84 0.55
Hex ED 49 2B 0 45 52 7 9 54 37
Octal 355 111 53 0 105 122 7 11 124 67
Binary 11101101 1001001 101011 0 1000101 1010010 111 1001 1010100 110111

Color Harmonies of #ED492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED492B

Black with #ED492B

Text Example


Text Example

White with #ED492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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