Html Css Color HEX #ED2B25 Cinnabar

📋 copy color: '#ED2B25'

red 237 ◦ green 43 ◦ blue 37

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

Shades of Cinnabar #ED2B25

Tints of Cinnabar #ED2B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.67%

R = 74.76%
G = 13.56%
B = 11.67%

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

#ED2B25 (or 0xED2B25) is known color: Cinnabar. HEX triplet: ED, 2B and 25. RGB value is (237,43,37). Sum of RGB (Red+Green+Blue) = 237+43+37=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B25 is #12D4DA. Grayscale: #646464. Windows color (decimal): -1234139 or 2436077. OLE color: 2436077.

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

Color convert

RGB 237 43 37 -
CMYK 0 0.82 0.84 0.07
HSL 1.8º 0.85% 0.54% -
HSV(B) 1.8º 0.84% 0.93% -
XYZ 36.12 19.87 3.68 -
YUV 100.32 92.27 225.49 -
System Red Green Blue C M Y K H S L
Decimal 237 43 37 0 0.82 0.84 0.07 1.8 0.85 0.54
Hex ED 2B 25 0 52 54 7 2 55 36
Octal 355 53 45 0 122 124 7 2 125 66
Binary 11101101 101011 100101 0 1010010 1010100 111 10 1010101 110110

Color Harmonies of #ED2B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B25

Black with #ED2B25

Text Example


Text Example

White with #ED2B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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