Html Css Color HEX #ED3632 Cinnabar

📋 copy color: '#ED3632'

red 237 ◦ green 54 ◦ blue 50

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

Shades of Cinnabar #ED3632

Tints of Cinnabar #ED3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

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

R = 69.5%
G = 15.84%
B = 14.66%

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

#ED3632 (or 0xED3632) is known color: Cinnabar. HEX triplet: ED, 36 and 32. RGB value is (237,54,50). Sum of RGB (Red+Green+Blue) = 237+54+50=341 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.50% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3632 is #12C9CD. Grayscale: #6C6C6C. Windows color (decimal): -1231310 or 3290861. OLE color: 3290861.

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

Color convert

RGB 237 54 50 -
CMYK 0 0.77 0.79 0.07
HSL 1.28º 0.84% 0.56% -
HSV(B) 1.28º 0.79% 0.93% -
XYZ 36.82 20.87 5.11 -
YUV 108.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 237 54 50 0 0.77 0.79 0.07 1.28 0.84 0.56
Hex ED 36 32 0 4D 4F 7 1 54 38
Octal 355 66 62 0 115 117 7 1 124 70
Binary 11101101 110110 110010 0 1001101 1001111 111 1 1010100 111000

Color Harmonies of #ED3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3632

Black with #ED3632

Text Example


Text Example

White with #ED3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3632; }

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

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

background-color css

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

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

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

border-color css

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

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

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