Html Css Color HEX #ED4128 Cinnabar

📋 copy color: '#ED4128'

red 237 ◦ green 65 ◦ blue 40

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

Shades of Cinnabar #ED4128

Tints of Cinnabar #ED4128

RGB

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

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

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

R = 69.3%
G = 19.01%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED4128 (or 0xED4128) is known color: Cinnabar. HEX triplet: ED, 41 and 28. RGB value is (237,65,40). Sum of RGB (Red+Green+Blue) = 237+65+40=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4128 is #12BED7. Grayscale: #717171. Windows color (decimal): -1228504 or 2638317. OLE color: 2638317.

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

Color convert

RGB 237 65 40 -
CMYK 0 0.73 0.83 0.07
HSL 7.61º 0.85% 0.54% -
HSV(B) 7.61º 0.83% 0.93% -
XYZ 37.2 21.94 4.28 -
YUV 113.58 86.48 216.03 -
System Red Green Blue C M Y K H S L
Decimal 237 65 40 0 0.73 0.83 0.07 7.61 0.85 0.54
Hex ED 41 28 0 49 53 7 8 55 36
Octal 355 101 50 0 111 123 7 10 125 66
Binary 11101101 1000001 101000 0 1001001 1010011 111 1000 1010101 110110

Color Harmonies of #ED4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4128

Black with #ED4128

Text Example


Text Example

White with #ED4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4128; }

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

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

background-color css

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

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

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

border-color css

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

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

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