Html Css Color HEX #ED0045 Razzmatazz

📋 copy color: '#ED0045'

red 237 ◦ green 0 ◦ blue 69

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

Shades of Razzmatazz #ED0045

Tints of Razzmatazz #ED0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 77.45%
G = 0%
B = 22.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED0045 (or 0xED0045) is known color: Razzmatazz. HEX triplet: ED, 00 and 45. RGB value is (237,0,69). Sum of RGB (Red+Green+Blue) = 237+0+69=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0045 is #12FFBA. Grayscale: #4E4E4E. Windows color (decimal): -1245115 or 4522221. OLE color: 4522221.

HSL color Cylindrical-coordinate representation of color #ED0045: hue angle of 342.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0045 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 69 -
CMYK 0 1 0.71 0.07
HSL 342.53º 1% 0.46% -
HSV(B) 342.53º 1% 0.93% -
XYZ 36 18.43 7.29 -
YUV 78.73 122.52 240.89 -
System Red Green Blue C M Y K H S L
Decimal 237 0 69 0 1 0.71 0.07 342.53 1 0.46
Hex ED 0 45 0 64 47 7 157 64 2E
Octal 355 0 105 0 144 107 7 527 144 56
Binary 11101101 0 1000101 0 1100100 1000111 111 101010111 1100100 101110

Color Harmonies of #ED0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0045

Black with #ED0045

Text Example


Text Example

White with #ED0045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0045; }

 p { color: rgb(237,0,69); }

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

background-color css

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

 a { background-color: rgb(237,0,69); }

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

border-color css

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

 span { border-color: rgb(237,0,69); }

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