Html Css Color HEX #ED5128 Cinnabar

📋 copy color: '#ED5128'

red 237 ◦ green 81 ◦ blue 40

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

Shades of Cinnabar #ED5128

Tints of Cinnabar #ED5128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 66.2%
G = 22.63%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED5128 (or 0xED5128) is known color: Cinnabar. HEX triplet: ED, 51 and 28. RGB value is (237,81,40). Sum of RGB (Red+Green+Blue) = 237+81+40=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5128 is #12AED7. Grayscale: #7B7B7B. Windows color (decimal): -1224408 or 2642413. OLE color: 2642413.

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

Color convert

RGB 237 81 40 -
CMYK 0 0.66 0.83 0.07
HSL 12.49º 0.85% 0.54% -
HSV(B) 12.49º 0.83% 0.93% -
XYZ 38.25 24.04 4.63 -
YUV 122.97 81.18 209.33 -
System Red Green Blue C M Y K H S L
Decimal 237 81 40 0 0.66 0.83 0.07 12.49 0.85 0.54
Hex ED 51 28 0 42 53 7 C 55 36
Octal 355 121 50 0 102 123 7 14 125 66
Binary 11101101 1010001 101000 0 1000010 1010011 111 1100 1010101 110110

Color Harmonies of #ED5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5128

Black with #ED5128

Text Example


Text Example

White with #ED5128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5128; }

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

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

background-color css

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

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

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

border-color css

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

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

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