Html Css Color HEX #ED2827 Cinnabar

📋 copy color: '#ED2827'

red 237 ◦ green 40 ◦ blue 39

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

Shades of Cinnabar #ED2827

Tints of Cinnabar #ED2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 75%
G = 12.66%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED2827 (or 0xED2827) is known color: Cinnabar. HEX triplet: ED, 28 and 27. RGB value is (237,40,39). Sum of RGB (Red+Green+Blue) = 237+40+39=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2827 is #12D7D8. Grayscale: #626262. Windows color (decimal): -1234905 or 2566381. OLE color: 2566381.

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

Color convert

RGB 237 40 39 -
CMYK 0 0.83 0.84 0.07
HSL 0.3º 0.85% 0.54% -
HSV(B) 0.3º 0.84% 0.93% -
XYZ 36.05 19.67 3.82 -
YUV 98.79 94.27 226.58 -
System Red Green Blue C M Y K H S L
Decimal 237 40 39 0 0.83 0.84 0.07 0.3 0.85 0.54
Hex ED 28 27 0 53 54 7 0 55 36
Octal 355 50 47 0 123 124 7 0 125 66
Binary 11101101 101000 100111 0 1010011 1010100 111 0 1010101 110110

Color Harmonies of #ED2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2827

Black with #ED2827

Text Example


Text Example

White with #ED2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2827; }

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

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

background-color css

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

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

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

border-color css

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

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

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