Html Css Color HEX #ED5435 Cinnabar

📋 copy color: '#ED5435'

red 237 ◦ green 84 ◦ blue 53

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

Shades of Cinnabar #ED5435

Tints of Cinnabar #ED5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 53 (21.09% from 255) = 14.17%

R = 63.37%
G = 22.46%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED5435 (or 0xED5435) is known color: Cinnabar. HEX triplet: ED, 54 and 35. RGB value is (237,84,53). Sum of RGB (Red+Green+Blue) = 237+84+53=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5435 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5435 is #12ABCA. Grayscale: #7E7E7E. Windows color (decimal): -1223627 or 3495149. OLE color: 3495149.

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

Color convert

RGB 237 84 53 -
CMYK 0 0.65 0.78 0.07
HSL 10.11º 0.84% 0.57% -
HSV(B) 10.11º 0.78% 0.93% -
XYZ 38.74 24.6 6.08 -
YUV 126.21 86.69 207.02 -
System Red Green Blue C M Y K H S L
Decimal 237 84 53 0 0.65 0.78 0.07 10.11 0.84 0.57
Hex ED 54 35 0 41 4E 7 A 54 39
Octal 355 124 65 0 101 116 7 12 124 71
Binary 11101101 1010100 110101 0 1000001 1001110 111 1010 1010100 111001

Color Harmonies of #ED5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5435

Black with #ED5435

Text Example


Text Example

White with #ED5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5435; }

 p { color: rgb(237,84,53); }

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

background-color css

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

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

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

border-color css

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

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

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