Html Css Color HEX #ED4637 Cinnabar

📋 copy color: '#ED4637'

red 237 ◦ green 70 ◦ blue 55

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

Shades of Cinnabar #ED4637

Tints of Cinnabar #ED4637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.34%

 BLUE value IS 55 (21.88% from 255) = 15.19%

R = 65.47%
G = 19.34%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED4637 (or 0xED4637) is known color: Cinnabar. HEX triplet: ED, 46 and 37. RGB value is (237,70,55). Sum of RGB (Red+Green+Blue) = 237+70+55=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4637 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4637 is #12B9C8. Grayscale: #767676. Windows color (decimal): -1227209 or 3622637. OLE color: 3622637.

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

Color convert

RGB 237 70 55 -
CMYK 0 0.70 0.77 0.07
HSL 4.95º 0.83% 0.57% -
HSV(B) 4.95º 0.77% 0.93% -
XYZ 37.8 22.66 6 -
YUV 118.22 92.33 212.72 -
System Red Green Blue C M Y K H S L
Decimal 237 70 55 0 0.70 0.77 0.07 4.95 0.83 0.57
Hex ED 46 37 0 46 4D 7 5 53 39
Octal 355 106 67 0 106 115 7 5 123 71
Binary 11101101 1000110 110111 0 1000110 1001101 111 101 1010011 111001

Color Harmonies of #ED4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4637

Black with #ED4637

Text Example


Text Example

White with #ED4637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4637; }

 p { color: rgb(237,70,55); }

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

background-color css

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

 a { background-color: rgb(237,70,55); }

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

border-color css

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

 span { border-color: rgb(237,70,55); }

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