Html Css Color HEX #ED3734 Cinnabar

📋 copy color: '#ED3734'

red 237 ◦ green 55 ◦ blue 52

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

Shades of Cinnabar #ED3734

Tints of Cinnabar #ED3734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 68.9%
G = 15.99%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3734 (or 0xED3734) is known color: Cinnabar. HEX triplet: ED, 37 and 34. RGB value is (237,55,52). Sum of RGB (Red+Green+Blue) = 237+55+52=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3734 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3734 is #12C8CB. Grayscale: #6D6D6D. Windows color (decimal): -1231052 or 3422189. OLE color: 3422189.

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

Color convert

RGB 237 55 52 -
CMYK 0 0.77 0.78 0.07
HSL 0.97º 0.84% 0.57% -
HSV(B) 0.97º 0.78% 0.93% -
XYZ 36.91 20.98 5.35 -
YUV 109.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 237 55 52 0 0.77 0.78 0.07 0.97 0.84 0.57
Hex ED 37 34 0 4D 4E 7 1 54 39
Octal 355 67 64 0 115 116 7 1 124 71
Binary 11101101 110111 110100 0 1001101 1001110 111 1 1010100 111001

Color Harmonies of #ED3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3734

Black with #ED3734

Text Example


Text Example

White with #ED3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3734; }

 p { color: rgb(237,55,52); }

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

background-color css

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

 a { background-color: rgb(237,55,52); }

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

border-color css

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

 span { border-color: rgb(237,55,52); }

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