Html Css Color HEX #ED0348 Razzmatazz

📋 copy color: '#ED0348'

red 237 ◦ green 3 ◦ blue 72

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

Shades of Razzmatazz #ED0348

Tints of Razzmatazz #ED0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 75.96%
G = 0.96%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED0348 (or 0xED0348) is known color: Razzmatazz. HEX triplet: ED, 03 and 48. RGB value is (237,3,72). Sum of RGB (Red+Green+Blue) = 237+3+72=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0348 is #12FCB7. Grayscale: #505050. Windows color (decimal): -1244344 or 4719597. OLE color: 4719597.

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

Color convert

RGB 237 3 72 -
CMYK 0 0.99 0.70 0.07
HSL 342.31º 0.98% 0.47% -
HSV(B) 342.31º 0.99% 0.93% -
XYZ 36.13 18.54 7.8 -
YUV 80.83 123.02 239.39 -
System Red Green Blue C M Y K H S L
Decimal 237 3 72 0 0.99 0.70 0.07 342.31 0.98 0.47
Hex ED 3 48 0 63 46 7 156 62 2F
Octal 355 3 110 0 143 106 7 526 142 57
Binary 11101101 11 1001000 0 1100011 1000110 111 101010110 1100010 101111

Color Harmonies of #ED0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0348

Black with #ED0348

Text Example


Text Example

White with #ED0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0348; }

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

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

background-color css

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

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

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

border-color css

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

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

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