Html Css Color HEX #ED0351 Razzmatazz

📋 copy color: '#ED0351'

red 237 ◦ green 3 ◦ blue 81

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

Shades of Razzmatazz #ED0351

Tints of Razzmatazz #ED0351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 73.83%
G = 0.93%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED0351 (or 0xED0351) is known color: Razzmatazz. HEX triplet: ED, 03 and 51. RGB value is (237,3,81). Sum of RGB (Red+Green+Blue) = 237+3+81=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0351 is #12FCAE. Grayscale: #515151. Windows color (decimal): -1244335 or 5309421. OLE color: 5309421.

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

Color convert

RGB 237 3 81 -
CMYK 0 0.99 0.66 0.07
HSL 340º 0.98% 0.47% -
HSV(B) 340º 0.99% 0.93% -
XYZ 36.44 18.66 9.47 -
YUV 81.86 127.52 238.66 -
System Red Green Blue C M Y K H S L
Decimal 237 3 81 0 0.99 0.66 0.07 340 0.98 0.47
Hex ED 3 51 0 63 42 7 154 62 2F
Octal 355 3 121 0 143 102 7 524 142 57
Binary 11101101 11 1010001 0 1100011 1000010 111 101010100 1100010 101111

Color Harmonies of #ED0351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0351

Black with #ED0351

Text Example


Text Example

White with #ED0351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0351; }

 p { color: rgb(237,3,81); }

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

background-color css

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

 a { background-color: rgb(237,3,81); }

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

border-color css

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

 span { border-color: rgb(237,3,81); }

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