Html Css Color HEX #ED512B Cinnabar

📋 copy color: '#ED512B'

red 237 ◦ green 81 ◦ blue 43

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

Shades of Cinnabar #ED512B

Tints of Cinnabar #ED512B

RGB

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

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

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

R = 65.65%
G = 22.44%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED512B (or 0xED512B) is known color: Cinnabar. HEX triplet: ED, 51 and 2B. RGB value is (237,81,43). Sum of RGB (Red+Green+Blue) = 237+81+43=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED512B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED512B is #12AED4. Grayscale: #7B7B7B. Windows color (decimal): -1224405 or 2839021. OLE color: 2839021.

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

Color convert

RGB 237 81 43 -
CMYK 0 0.66 0.82 0.07
HSL 11.75º 0.84% 0.55% -
HSV(B) 11.75º 0.82% 0.93% -
XYZ 38.3 24.06 4.91 -
YUV 123.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 237 81 43 0 0.66 0.82 0.07 11.75 0.84 0.55
Hex ED 51 2B 0 42 52 7 C 54 37
Octal 355 121 53 0 102 122 7 14 124 67
Binary 11101101 1010001 101011 0 1000010 1010010 111 1100 1010100 110111

Color Harmonies of #ED512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED512B

Black with #ED512B

Text Example


Text Example

White with #ED512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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