Html Css Color HEX #ED3635 Cinnabar

📋 copy color: '#ED3635'

red 237 ◦ green 54 ◦ blue 53

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

Shades of Cinnabar #ED3635

Tints of Cinnabar #ED3635

RGB

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

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

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

R = 68.9%
G = 15.7%
B = 15.41%

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

#ED3635 (or 0xED3635) is known color: Cinnabar. HEX triplet: ED, 36 and 35. RGB value is (237,54,53). Sum of RGB (Red+Green+Blue) = 237+54+53=344 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.90% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3635 is #12C9CA. Grayscale: #6C6C6C. Windows color (decimal): -1231307 or 3487469. OLE color: 3487469.

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

Color convert

RGB 237 54 53 -
CMYK 0 0.77 0.78 0.07
HSL 0.33º 0.84% 0.57% -
HSV(B) 0.33º 0.78% 0.93% -
XYZ 36.89 20.9 5.46 -
YUV 108.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 237 54 53 0 0.77 0.78 0.07 0.33 0.84 0.57
Hex ED 36 35 0 4D 4E 7 0 54 39
Octal 355 66 65 0 115 116 7 0 124 71
Binary 11101101 110110 110101 0 1001101 1001110 111 0 1010100 111001

Color Harmonies of #ED3635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3635

Black with #ED3635

Text Example


Text Example

White with #ED3635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3635; }

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

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

background-color css

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

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

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

border-color css

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

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

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