Html Css Color HEX #ED3836 Cinnabar

📋 copy color: '#ED3836'

red 237 ◦ green 56 ◦ blue 54

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

Shades of Cinnabar #ED3836

Tints of Cinnabar #ED3836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 68.3%
G = 16.14%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED3836 (or 0xED3836) is known color: Cinnabar. HEX triplet: ED, 38 and 36. RGB value is (237,56,54). Sum of RGB (Red+Green+Blue) = 237+56+54=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3836 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3836 is #12C7C9. Grayscale: #6E6E6E. Windows color (decimal): -1230794 or 3553517. OLE color: 3553517.

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

Color convert

RGB 237 56 54 -
CMYK 0 0.76 0.77 0.07
HSL 0.66º 0.84% 0.57% -
HSV(B) 0.66º 0.77% 0.93% -
XYZ 37.01 21.1 5.61 -
YUV 109.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 237 56 54 0 0.76 0.77 0.07 0.66 0.84 0.57
Hex ED 38 36 0 4C 4D 7 1 54 39
Octal 355 70 66 0 114 115 7 1 124 71
Binary 11101101 111000 110110 0 1001100 1001101 111 1 1010100 111001

Color Harmonies of #ED3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3836

Black with #ED3836

Text Example


Text Example

White with #ED3836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3836; }

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

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

background-color css

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

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

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

border-color css

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

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

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