Html Css Color HEX #ED2723 Cinnabar

📋 copy color: '#ED2723'

red 237 ◦ green 39 ◦ blue 35

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

Shades of Cinnabar #ED2723

Tints of Cinnabar #ED2723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 76.21%
G = 12.54%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED2723 (or 0xED2723) is known color: Cinnabar. HEX triplet: ED, 27 and 23. RGB value is (237,39,35). Sum of RGB (Red+Green+Blue) = 237+39+35=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2723 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2723 is #12D8DC. Grayscale: #616161. Windows color (decimal): -1235165 or 2303981. OLE color: 2303981.

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

Color convert

RGB 237 39 35 -
CMYK 0 0.84 0.85 0.07
HSL 1.19º 0.85% 0.53% -
HSV(B) 1.19º 0.85% 0.93% -
XYZ 35.95 19.58 3.47 -
YUV 97.75 92.6 227.33 -
System Red Green Blue C M Y K H S L
Decimal 237 39 35 0 0.84 0.85 0.07 1.19 0.85 0.53
Hex ED 27 23 0 54 55 7 1 55 35
Octal 355 47 43 0 124 125 7 1 125 65
Binary 11101101 100111 100011 0 1010100 1010101 111 1 1010101 110101

Color Harmonies of #ED2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2723

Black with #ED2723

Text Example


Text Example

White with #ED2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2723; }

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

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

background-color css

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

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

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

border-color css

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

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

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