Html Css Color HEX #ED513A Cinnabar

📋 copy color: '#ED513A'

red 237 ◦ green 81 ◦ blue 58

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

Shades of Cinnabar #ED513A

Tints of Cinnabar #ED513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.54%

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 63.03%
G = 21.54%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED513A (or 0xED513A) is known color: Cinnabar. HEX triplet: ED, 51 and 3A. RGB value is (237,81,58). Sum of RGB (Red+Green+Blue) = 237+81+58=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED513A is #12AEC5. Grayscale: #7D7D7D. Windows color (decimal): -1224390 or 3822061. OLE color: 3822061.

HSL color Cylindrical-coordinate representation of color #ED513A: hue angle of 7.71º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED513A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 58 -
CMYK 0 0.66 0.76 0.07
HSL 7.71º 0.83% 0.58% -
HSV(B) 7.71º 0.76% 0.93% -
XYZ 38.63 24.19 6.64 -
YUV 125.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 237 81 58 0 0.66 0.76 0.07 7.71 0.83 0.58
Hex ED 51 3A 0 42 4C 7 8 53 3A
Octal 355 121 72 0 102 114 7 10 123 72
Binary 11101101 1010001 111010 0 1000010 1001100 111 1000 1010011 111010

Color Harmonies of #ED513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED513A

Black with #ED513A

Text Example


Text Example

White with #ED513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED513A; }

 p { color: rgb(237,81,58); }

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

background-color css

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

 a { background-color: rgb(237,81,58); }

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

border-color css

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

 span { border-color: rgb(237,81,58); }

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