Html Css Color HEX #ED512E Cinnabar

📋 copy color: '#ED512E'

red 237 ◦ green 81 ◦ blue 46

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

Shades of Cinnabar #ED512E

Tints of Cinnabar #ED512E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 65.11%
G = 22.25%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED512E (or 0xED512E) is known color: Cinnabar. HEX triplet: ED, 51 and 2E. RGB value is (237,81,46). Sum of RGB (Red+Green+Blue) = 237+81+46=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED512E is #12AED1. Grayscale: #7B7B7B. Windows color (decimal): -1224402 or 3035629. OLE color: 3035629.

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

Color convert

RGB 237 81 46 -
CMYK 0 0.66 0.81 0.07
HSL 10.99º 0.84% 0.55% -
HSV(B) 10.99º 0.81% 0.93% -
XYZ 38.36 24.09 5.21 -
YUV 123.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 237 81 46 0 0.66 0.81 0.07 10.99 0.84 0.55
Hex ED 51 2E 0 42 51 7 B 54 37
Octal 355 121 56 0 102 121 7 13 124 67
Binary 11101101 1010001 101110 0 1000010 1010001 111 1011 1010100 110111

Color Harmonies of #ED512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED512E

Black with #ED512E

Text Example


Text Example

White with #ED512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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