Html Css Color HEX #ED5227 Cinnabar

📋 copy color: '#ED5227'

red 237 ◦ green 82 ◦ blue 39

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

Shades of Cinnabar #ED5227

Tints of Cinnabar #ED5227

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

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

R = 66.2%
G = 22.91%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED5227 (or 0xED5227) is known color: Cinnabar. HEX triplet: ED, 52 and 27. RGB value is (237,82,39). Sum of RGB (Red+Green+Blue) = 237+82+39=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5227 is #12ADD8. Grayscale: #7B7B7B. Windows color (decimal): -1224153 or 2577133. OLE color: 2577133.

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

Color convert

RGB 237 82 39 -
CMYK 0 0.65 0.84 0.07
HSL 13.03º 0.85% 0.54% -
HSV(B) 13.03º 0.84% 0.93% -
XYZ 38.31 24.19 4.57 -
YUV 123.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 237 82 39 0 0.65 0.84 0.07 13.03 0.85 0.54
Hex ED 52 27 0 41 54 7 D 55 36
Octal 355 122 47 0 101 124 7 15 125 66
Binary 11101101 1010010 100111 0 1000001 1010100 111 1101 1010101 110110

Color Harmonies of #ED5227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5227

Black with #ED5227

Text Example


Text Example

White with #ED5227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5227; }

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

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

background-color css

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

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

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

border-color css

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

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

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