Html Css Color HEX #ED2A25 Cinnabar

📋 copy color: '#ED2A25'

red 237 ◦ green 42 ◦ blue 37

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

Shades of Cinnabar #ED2A25

Tints of Cinnabar #ED2A25

RGB

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

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

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

R = 75%
G = 13.29%
B = 11.71%

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

#ED2A25 (or 0xED2A25) is known color: Cinnabar. HEX triplet: ED, 2A and 25. RGB value is (237,42,37). Sum of RGB (Red+Green+Blue) = 237+42+37=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A25 is #12D5DA. Grayscale: #636363. Windows color (decimal): -1234395 or 2435821. OLE color: 2435821.

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

Color convert

RGB 237 42 37 -
CMYK 0 0.82 0.84 0.07
HSL 1.5º 0.85% 0.54% -
HSV(B) 1.5º 0.84% 0.93% -
XYZ 36.09 19.79 3.67 -
YUV 99.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 237 42 37 0 0.82 0.84 0.07 1.5 0.85 0.54
Hex ED 2A 25 0 52 54 7 2 55 36
Octal 355 52 45 0 122 124 7 2 125 66
Binary 11101101 101010 100101 0 1010010 1010100 111 10 1010101 110110

Color Harmonies of #ED2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A25

Black with #ED2A25

Text Example


Text Example

White with #ED2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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