Html Css Color HEX #ED4435 Cinnabar

📋 copy color: '#ED4435'

red 237 ◦ green 68 ◦ blue 53

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

Shades of Cinnabar #ED4435

Tints of Cinnabar #ED4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 66.2%
G = 18.99%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED4435 (or 0xED4435) is known color: Cinnabar. HEX triplet: ED, 44 and 35. RGB value is (237,68,53). Sum of RGB (Red+Green+Blue) = 237+68+53=358 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.20% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4435 is #12BBCA. Grayscale: #757575. Windows color (decimal): -1227723 or 3491053. OLE color: 3491053.

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

Color convert

RGB 237 68 53 -
CMYK 0 0.71 0.78 0.07
HSL 4.89º 0.84% 0.57% -
HSV(B) 4.89º 0.78% 0.93% -
XYZ 37.63 22.4 5.71 -
YUV 116.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 237 68 53 0 0.71 0.78 0.07 4.89 0.84 0.57
Hex ED 44 35 0 47 4E 7 5 54 39
Octal 355 104 65 0 107 116 7 5 124 71
Binary 11101101 1000100 110101 0 1000111 1001110 111 101 1010100 111001

Color Harmonies of #ED4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4435

Black with #ED4435

Text Example


Text Example

White with #ED4435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4435; }

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

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

background-color css

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

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

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

border-color css

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

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

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