Html Css Color HEX #ED4B20 Cinnabar

📋 copy color: '#ED4B20'

red 237 ◦ green 75 ◦ blue 32

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

Shades of Cinnabar #ED4B20

Tints of Cinnabar #ED4B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.8%

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

R = 68.9%
G = 21.8%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4B20 (or 0xED4B20) is known color: Cinnabar. HEX triplet: ED, 4B and 20. RGB value is (237,75,32). Sum of RGB (Red+Green+Blue) = 237+75+32=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4B20 is #12B4DF. Grayscale: #767676. Windows color (decimal): -1225952 or 2116589. OLE color: 2116589.

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

Color convert

RGB 237 75 32 -
CMYK 0 0.68 0.86 0.07
HSL 12.59º 0.85% 0.53% -
HSV(B) 12.59º 0.86% 0.93% -
XYZ 37.7 23.14 3.85 -
YUV 118.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 237 75 32 0 0.68 0.86 0.07 12.59 0.85 0.53
Hex ED 4B 20 0 44 56 7 D 55 35
Octal 355 113 40 0 104 126 7 15 125 65
Binary 11101101 1001011 100000 0 1000100 1010110 111 1101 1010101 110101

Color Harmonies of #ED4B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4B20

Black with #ED4B20

Text Example


Text Example

White with #ED4B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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