Html Css Color HEX #ED5323 Cinnabar

📋 copy color: '#ED5323'

red 237 ◦ green 83 ◦ blue 35

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

Shades of Cinnabar #ED5323

Tints of Cinnabar #ED5323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

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

R = 66.76%
G = 23.38%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED5323 (or 0xED5323) is known color: Cinnabar. HEX triplet: ED, 53 and 23. RGB value is (237,83,35). Sum of RGB (Red+Green+Blue) = 237+83+35=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 35 (14.06% from 255 or 9.86% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5323 is #12ACDC. Grayscale: #7B7B7B. Windows color (decimal): -1223901 or 2315245. OLE color: 2315245.

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

Color convert

RGB 237 83 35 -
CMYK 0 0.65 0.85 0.07
HSL 14.26º 0.85% 0.53% -
HSV(B) 14.26º 0.85% 0.93% -
XYZ 38.32 24.31 4.26 -
YUV 123.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 237 83 35 0 0.65 0.85 0.07 14.26 0.85 0.53
Hex ED 53 23 0 41 55 7 E 55 35
Octal 355 123 43 0 101 125 7 16 125 65
Binary 11101101 1010011 100011 0 1000001 1010101 111 1110 1010101 110101

Color Harmonies of #ED5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5323

Black with #ED5323

Text Example


Text Example

White with #ED5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5323; }

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

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

background-color css

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

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

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

border-color css

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

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

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