Html Css Color HEX #ED2323 Cinnabar

📋 copy color: '#ED2323'

red 237 ◦ green 35 ◦ blue 35

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

Shades of Cinnabar #ED2323

Tints of Cinnabar #ED2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 77.2%
G = 11.4%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED2323 (or 0xED2323) is known color: Cinnabar. HEX triplet: ED, 23 and 23. RGB value is (237,35,35). Sum of RGB (Red+Green+Blue) = 237+35+35=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2323 is #12DCDC. Grayscale: #5F5F5F. Windows color (decimal): -1236189 or 2302957. OLE color: 2302957.

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

Color convert

RGB 237 35 35 -
CMYK 0 0.85 0.85 0.07
HSL 0.85% 0.53% -
HSV(B) 0.85% 0.93% -
XYZ 35.83 19.33 3.43 -
YUV 95.4 93.92 229 -
System Red Green Blue C M Y K H S L
Decimal 237 35 35 0 0.85 0.85 0.07 0 0.85 0.53
Hex ED 23 23 0 55 55 7 0 55 35
Octal 355 43 43 0 125 125 7 0 125 65
Binary 11101101 100011 100011 0 1010101 1010101 111 0 1010101 110101

Color Harmonies of #ED2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2323

Black with #ED2323

Text Example


Text Example

White with #ED2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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