Html Css Color HEX #ED4735 Cinnabar

📋 copy color: '#ED4735'

red 237 ◦ green 71 ◦ blue 53

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

Shades of Cinnabar #ED4735

Tints of Cinnabar #ED4735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

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

R = 65.65%
G = 19.67%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED4735 (or 0xED4735) is known color: Cinnabar. HEX triplet: ED, 47 and 35. RGB value is (237,71,53). Sum of RGB (Red+Green+Blue) = 237+71+53=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4735 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4735 is #12B8CA. Grayscale: #767676. Windows color (decimal): -1226955 or 3491821. OLE color: 3491821.

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

Color convert

RGB 237 71 53 -
CMYK 0 0.70 0.78 0.07
HSL 5.87º 0.84% 0.57% -
HSV(B) 5.87º 0.78% 0.93% -
XYZ 37.82 22.77 5.77 -
YUV 118.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 237 71 53 0 0.70 0.78 0.07 5.87 0.84 0.57
Hex ED 47 35 0 46 4E 7 6 54 39
Octal 355 107 65 0 106 116 7 6 124 71
Binary 11101101 1000111 110101 0 1000110 1001110 111 110 1010100 111001

Color Harmonies of #ED4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4735

Black with #ED4735

Text Example


Text Example

White with #ED4735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4735; }

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

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

background-color css

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

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

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

border-color css

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

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

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