Html Css Color HEX #ED4E20 Cinnabar

📋 copy color: '#ED4E20'

red 237 ◦ green 78 ◦ blue 32

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

Shades of Cinnabar #ED4E20

Tints of Cinnabar #ED4E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.48%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 68.3%
G = 22.48%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4E20 (or 0xED4E20) is known color: Cinnabar. HEX triplet: ED, 4E and 20. RGB value is (237,78,32). Sum of RGB (Red+Green+Blue) = 237+78+32=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED4E20 is #12B1DF. Grayscale: #787878. Windows color (decimal): -1225184 or 2117357. OLE color: 2117357.

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

Color convert

RGB 237 78 32 -
CMYK 0 0.67 0.86 0.07
HSL 13.46º 0.85% 0.53% -
HSV(B) 13.46º 0.86% 0.93% -
XYZ 37.91 23.56 3.92 -
YUV 120.3 78.18 211.24 -
System Red Green Blue C M Y K H S L
Decimal 237 78 32 0 0.67 0.86 0.07 13.46 0.85 0.53
Hex ED 4E 20 0 43 56 7 D 55 35
Octal 355 116 40 0 103 126 7 15 125 65
Binary 11101101 1001110 100000 0 1000011 1010110 111 1101 1010101 110101

Color Harmonies of #ED4E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4E20

Black with #ED4E20

Text Example


Text Example

White with #ED4E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4E20; }

 p { color: rgb(237,78,32); }

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

background-color css

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

 a { background-color: rgb(237,78,32); }

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

border-color css

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

 span { border-color: rgb(237,78,32); }

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