Html Css Color HEX #ED2B24 Cinnabar

📋 copy color: '#ED2B24'

red 237 ◦ green 43 ◦ blue 36

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

Shades of Cinnabar #ED2B24

Tints of Cinnabar #ED2B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

 BLUE value IS 36 (14.45% from 255) = 11.39%

R = 75%
G = 13.61%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED2B24 (or 0xED2B24) is known color: Cinnabar. HEX triplet: ED, 2B and 24. RGB value is (237,43,36). Sum of RGB (Red+Green+Blue) = 237+43+36=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B24 is #12D4DB. Grayscale: #646464. Windows color (decimal): -1234140 or 2370541. OLE color: 2370541.

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

Color convert

RGB 237 43 36 -
CMYK 0 0.82 0.85 0.07
HSL 2.09º 0.85% 0.54% -
HSV(B) 2.09º 0.85% 0.93% -
XYZ 36.11 19.86 3.6 -
YUV 100.21 91.77 225.57 -
System Red Green Blue C M Y K H S L
Decimal 237 43 36 0 0.82 0.85 0.07 2.09 0.85 0.54
Hex ED 2B 24 0 52 55 7 2 55 36
Octal 355 53 44 0 122 125 7 2 125 66
Binary 11101101 101011 100100 0 1010010 1010101 111 10 1010101 110110

Color Harmonies of #ED2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B24

Black with #ED2B24

Text Example


Text Example

White with #ED2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B24; }

 p { color: rgb(237,43,36); }

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

background-color css

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

 a { background-color: rgb(237,43,36); }

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

border-color css

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

 span { border-color: rgb(237,43,36); }

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