Html Css Color HEX #ED5027 Cinnabar

📋 copy color: '#ED5027'

red 237 ◦ green 80 ◦ blue 39

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

Shades of Cinnabar #ED5027

Tints of Cinnabar #ED5027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 66.57%
G = 22.47%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED5027 (or 0xED5027) is known color: Cinnabar. HEX triplet: ED, 50 and 27. RGB value is (237,80,39). Sum of RGB (Red+Green+Blue) = 237+80+39=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5027 is #12AFD8. Grayscale: #7A7A7A. Windows color (decimal): -1224665 or 2576621. OLE color: 2576621.

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

Color convert

RGB 237 80 39 -
CMYK 0 0.66 0.84 0.07
HSL 12.42º 0.85% 0.54% -
HSV(B) 12.42º 0.84% 0.93% -
XYZ 38.16 23.89 4.52 -
YUV 122.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 237 80 39 0 0.66 0.84 0.07 12.42 0.85 0.54
Hex ED 50 27 0 42 54 7 C 55 36
Octal 355 120 47 0 102 124 7 14 125 66
Binary 11101101 1010000 100111 0 1000010 1010100 111 1100 1010101 110110

Color Harmonies of #ED5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5027

Black with #ED5027

Text Example


Text Example

White with #ED5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5027; }

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

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

background-color css

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

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

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

border-color css

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

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

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