Html Css Color HEX #ED3A23 Cinnabar

📋 copy color: '#ED3A23'

red 237 ◦ green 58 ◦ blue 35

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

Shades of Cinnabar #ED3A23

Tints of Cinnabar #ED3A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 71.82%
G = 17.58%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED3A23 (or 0xED3A23) is known color: Cinnabar. HEX triplet: ED, 3A and 23. RGB value is (237,58,35). Sum of RGB (Red+Green+Blue) = 237+58+35=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3A23 is #12C5DC. Grayscale: #6D6D6D. Windows color (decimal): -1230301 or 2308845. OLE color: 2308845.

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

Color convert

RGB 237 58 35 -
CMYK 0 0.76 0.85 0.07
HSL 6.83º 0.85% 0.53% -
HSV(B) 6.83º 0.85% 0.93% -
XYZ 36.74 21.15 3.74 -
YUV 108.9 86.3 219.37 -
System Red Green Blue C M Y K H S L
Decimal 237 58 35 0 0.76 0.85 0.07 6.83 0.85 0.53
Hex ED 3A 23 0 4C 55 7 7 55 35
Octal 355 72 43 0 114 125 7 7 125 65
Binary 11101101 111010 100011 0 1001100 1010101 111 111 1010101 110101

Color Harmonies of #ED3A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3A23

Black with #ED3A23

Text Example


Text Example

White with #ED3A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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