Html Css Color HEX #ED2826 Cinnabar

📋 copy color: '#ED2826'

red 237 ◦ green 40 ◦ blue 38

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

Shades of Cinnabar #ED2826

Tints of Cinnabar #ED2826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 75.24%
G = 12.7%
B = 12.06%

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

#ED2826 (or 0xED2826) is known color: Cinnabar. HEX triplet: ED, 28 and 26. RGB value is (237,40,38). Sum of RGB (Red+Green+Blue) = 237+40+38=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2826 is #12D7D9. Grayscale: #626262. Windows color (decimal): -1234906 or 2500845. OLE color: 2500845.

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

Color convert

RGB 237 40 38 -
CMYK 0 0.83 0.84 0.07
HSL 0.6º 0.85% 0.54% -
HSV(B) 0.6º 0.84% 0.93% -
XYZ 36.03 19.66 3.73 -
YUV 98.68 93.77 226.66 -
System Red Green Blue C M Y K H S L
Decimal 237 40 38 0 0.83 0.84 0.07 0.6 0.85 0.54
Hex ED 28 26 0 53 54 7 1 55 36
Octal 355 50 46 0 123 124 7 1 125 66
Binary 11101101 101000 100110 0 1010011 1010100 111 1 1010101 110110

Color Harmonies of #ED2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2826

Black with #ED2826

Text Example


Text Example

White with #ED2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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