Html Css Color HEX #ED5038 Cinnabar

📋 copy color: '#ED5038'

red 237 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #ED5038

Tints of Cinnabar #ED5038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 63.54%
G = 21.45%
B = 15.01%

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

#ED5038 (or 0xED5038) is known color: Cinnabar. HEX triplet: ED, 50 and 38. RGB value is (237,80,56). Sum of RGB (Red+Green+Blue) = 237+80+56=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5038 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5038 is #12AFC7. Grayscale: #7C7C7C. Windows color (decimal): -1224648 or 3690733. OLE color: 3690733.

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

Color convert

RGB 237 80 56 -
CMYK 0 0.66 0.76 0.07
HSL 7.96º 0.83% 0.57% -
HSV(B) 7.96º 0.76% 0.93% -
XYZ 38.51 24.03 6.35 -
YUV 124.21 89.51 208.45 -
System Red Green Blue C M Y K H S L
Decimal 237 80 56 0 0.66 0.76 0.07 7.96 0.83 0.57
Hex ED 50 38 0 42 4C 7 8 53 39
Octal 355 120 70 0 102 114 7 10 123 71
Binary 11101101 1010000 111000 0 1000010 1001100 111 1000 1010011 111001

Color Harmonies of #ED5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5038

Black with #ED5038

Text Example


Text Example

White with #ED5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5038; }

 p { color: rgb(237,80,56); }

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

background-color css

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

 a { background-color: rgb(237,80,56); }

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

border-color css

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

 span { border-color: rgb(237,80,56); }

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