Html Css Color HEX #ED3732 Cinnabar

📋 copy color: '#ED3732'

red 237 ◦ green 55 ◦ blue 50

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

Shades of Cinnabar #ED3732

Tints of Cinnabar #ED3732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 69.3%
G = 16.08%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED3732 (or 0xED3732) is known color: Cinnabar. HEX triplet: ED, 37 and 32. RGB value is (237,55,50). Sum of RGB (Red+Green+Blue) = 237+55+50=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3732 is #12C8CD. Grayscale: #6D6D6D. Windows color (decimal): -1231054 or 3291117. OLE color: 3291117.

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

Color convert

RGB 237 55 50 -
CMYK 0 0.77 0.79 0.07
HSL 1.6º 0.84% 0.56% -
HSV(B) 1.6º 0.79% 0.93% -
XYZ 36.87 20.97 5.12 -
YUV 108.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 237 55 50 0 0.77 0.79 0.07 1.6 0.84 0.56
Hex ED 37 32 0 4D 4F 7 2 54 38
Octal 355 67 62 0 115 117 7 2 124 70
Binary 11101101 110111 110010 0 1001101 1001111 111 10 1010100 111000

Color Harmonies of #ED3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3732

Black with #ED3732

Text Example


Text Example

White with #ED3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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