Html Css Color HEX #ED2A26 Cinnabar

📋 copy color: '#ED2A26'

red 237 ◦ green 42 ◦ blue 38

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

Shades of Cinnabar #ED2A26

Tints of Cinnabar #ED2A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

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

R = 74.76%
G = 13.25%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED2A26 (or 0xED2A26) is known color: Cinnabar. HEX triplet: ED, 2A and 26. RGB value is (237,42,38). Sum of RGB (Red+Green+Blue) = 237+42+38=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A26 is #12D5D9. Grayscale: #646464. Windows color (decimal): -1234394 or 2501357. OLE color: 2501357.

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

Color convert

RGB 237 42 38 -
CMYK 0 0.82 0.84 0.07
HSL 1.21º 0.85% 0.54% -
HSV(B) 1.21º 0.84% 0.93% -
XYZ 36.1 19.8 3.75 -
YUV 99.85 93.1 225.83 -
System Red Green Blue C M Y K H S L
Decimal 237 42 38 0 0.82 0.84 0.07 1.21 0.85 0.54
Hex ED 2A 26 0 52 54 7 1 55 36
Octal 355 52 46 0 122 124 7 1 125 66
Binary 11101101 101010 100110 0 1010010 1010100 111 1 1010101 110110

Color Harmonies of #ED2A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A26

Black with #ED2A26

Text Example


Text Example

White with #ED2A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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