Html Css Color HEX #ED4539 Cinnabar

📋 copy color: '#ED4539'

red 237 ◦ green 69 ◦ blue 57

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

Shades of Cinnabar #ED4539

Tints of Cinnabar #ED4539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.01%

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 65.29%
G = 19.01%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED4539 (or 0xED4539) is known color: Cinnabar. HEX triplet: ED, 45 and 39. RGB value is (237,69,57). Sum of RGB (Red+Green+Blue) = 237+69+57=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4539 is #12BAC6. Grayscale: #767676. Windows color (decimal): -1227463 or 3753453. OLE color: 3753453.

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

Color convert

RGB 237 69 57 -
CMYK 0 0.71 0.76 0.07
HSL 0.83% 0.58% -
HSV(B) 0.76% 0.93% -
XYZ 37.79 22.56 6.23 -
YUV 117.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 237 69 57 0 0.71 0.76 0.07 4 0.83 0.58
Hex ED 45 39 0 47 4C 7 4 53 3A
Octal 355 105 71 0 107 114 7 4 123 72
Binary 11101101 1000101 111001 0 1000111 1001100 111 100 1010011 111010

Color Harmonies of #ED4539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4539

Black with #ED4539

Text Example


Text Example

White with #ED4539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4539; }

 p { color: rgb(237,69,57); }

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

background-color css

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

 a { background-color: rgb(237,69,57); }

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

border-color css

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

 span { border-color: rgb(237,69,57); }

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