Html Css Color HEX #ED4528 Cinnabar

📋 copy color: '#ED4528'

red 237 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #ED4528

Tints of Cinnabar #ED4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.94%

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

R = 68.5%
G = 19.94%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED4528 (or 0xED4528) is known color: Cinnabar. HEX triplet: ED, 45 and 28. RGB value is (237,69,40). Sum of RGB (Red+Green+Blue) = 237+69+40=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4528 is #12BAD7. Grayscale: #747474. Windows color (decimal): -1227480 or 2639341. OLE color: 2639341.

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

Color convert

RGB 237 69 40 -
CMYK 0 0.71 0.83 0.07
HSL 8.83º 0.85% 0.54% -
HSV(B) 8.83º 0.83% 0.93% -
XYZ 37.44 22.41 4.36 -
YUV 115.93 85.16 214.36 -
System Red Green Blue C M Y K H S L
Decimal 237 69 40 0 0.71 0.83 0.07 8.83 0.85 0.54
Hex ED 45 28 0 47 53 7 9 55 36
Octal 355 105 50 0 107 123 7 11 125 66
Binary 11101101 1000101 101000 0 1000111 1010011 111 1001 1010101 110110

Color Harmonies of #ED4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4528

Black with #ED4528

Text Example


Text Example

White with #ED4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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