Html Css Color HEX #ED3B20 Cinnabar

📋 copy color: '#ED3B20'

red 237 ◦ green 59 ◦ blue 32

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

Shades of Cinnabar #ED3B20

Tints of Cinnabar #ED3B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.99%

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

R = 72.26%
G = 17.99%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED3B20 (or 0xED3B20) is known color: Cinnabar. HEX triplet: ED, 3B and 20. RGB value is (237,59,32). Sum of RGB (Red+Green+Blue) = 237+59+32=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3B20 is #12C4DF. Grayscale: #6D6D6D. Windows color (decimal): -1230048 or 2112493. OLE color: 2112493.

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

Color convert

RGB 237 59 32 -
CMYK 0 0.75 0.86 0.07
HSL 7.9º 0.85% 0.53% -
HSV(B) 7.9º 0.86% 0.93% -
XYZ 36.75 21.24 3.53 -
YUV 109.14 84.47 219.2 -
System Red Green Blue C M Y K H S L
Decimal 237 59 32 0 0.75 0.86 0.07 7.9 0.85 0.53
Hex ED 3B 20 0 4B 56 7 8 55 35
Octal 355 73 40 0 113 126 7 10 125 65
Binary 11101101 111011 100000 0 1001011 1010110 111 1000 1010101 110101

Color Harmonies of #ED3B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3B20

Black with #ED3B20

Text Example


Text Example

White with #ED3B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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