Html Css Color HEX #ED4120 Cinnabar

📋 copy color: '#ED4120'

red 237 ◦ green 65 ◦ blue 32

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

Shades of Cinnabar #ED4120

Tints of Cinnabar #ED4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 70.96%
G = 19.46%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED4120 (or 0xED4120) is known color: Cinnabar. HEX triplet: ED, 41 and 20. RGB value is (237,65,32). Sum of RGB (Red+Green+Blue) = 237+65+32=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4120 is #12BEDF. Grayscale: #707070. Windows color (decimal): -1228512 or 2114029. OLE color: 2114029.

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

Color convert

RGB 237 65 32 -
CMYK 0 0.73 0.86 0.07
HSL 9.66º 0.85% 0.53% -
HSV(B) 9.66º 0.86% 0.93% -
XYZ 37.08 21.89 3.64 -
YUV 112.67 82.48 216.68 -
System Red Green Blue C M Y K H S L
Decimal 237 65 32 0 0.73 0.86 0.07 9.66 0.85 0.53
Hex ED 41 20 0 49 56 7 A 55 35
Octal 355 101 40 0 111 126 7 12 125 65
Binary 11101101 1000001 100000 0 1001001 1010110 111 1010 1010101 110101

Color Harmonies of #ED4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4120

Black with #ED4120

Text Example


Text Example

White with #ED4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4120; }

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

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

background-color css

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

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

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

border-color css

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

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

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