Html Css Color HEX #ED2725 Cinnabar

📋 copy color: '#ED2725'

red 237 ◦ green 39 ◦ blue 37

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

Shades of Cinnabar #ED2725

Tints of Cinnabar #ED2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

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

R = 75.72%
G = 12.46%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED2725 (or 0xED2725) is known color: Cinnabar. HEX triplet: ED, 27 and 25. RGB value is (237,39,37). Sum of RGB (Red+Green+Blue) = 237+39+37=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2725 is #12D8DA. Grayscale: #626262. Windows color (decimal): -1235163 or 2435053. OLE color: 2435053.

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

Color convert

RGB 237 39 37 -
CMYK 0 0.84 0.84 0.07
HSL 0.6º 0.85% 0.54% -
HSV(B) 0.6º 0.84% 0.93% -
XYZ 35.98 19.59 3.63 -
YUV 97.97 93.6 227.16 -
System Red Green Blue C M Y K H S L
Decimal 237 39 37 0 0.84 0.84 0.07 0.6 0.85 0.54
Hex ED 27 25 0 54 54 7 1 55 36
Octal 355 47 45 0 124 124 7 1 125 66
Binary 11101101 100111 100101 0 1010100 1010100 111 1 1010101 110110

Color Harmonies of #ED2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2725

Black with #ED2725

Text Example


Text Example

White with #ED2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2725; }

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

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

background-color css

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

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

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

border-color css

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

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

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