Html Css Color HEX #D7004B Razzmatazz

📋 copy color: '#D7004B'

red 215 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #D7004B

Tints of Razzmatazz #D7004B

RGB

 RED value IS 215 (84.38% from 255) = 74.14%

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 74.14%
G = 0%
B = 25.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7004B (or 0xD7004B) is known color: Razzmatazz. HEX triplet: D7, 00 and 4B. RGB value is (215,0,75). Sum of RGB (Red+Green+Blue) = 215+0+75=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D7004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7004B is #28FFB4. Grayscale: #484848. Windows color (decimal): -2686901 or 4915415. OLE color: 4915415.

HSL color Cylindrical-coordinate representation of color #D7004B: hue angle of 339.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7004B is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 75 -
CMYK 0 1 0.65 0.16
HSL 339.07º 1% 0.42% -
HSV(B) 339.07º 1% 0.84% -
XYZ 29.29 14.96 8 -
YUV 72.84 129.23 229.4 -
System Red Green Blue C M Y K H S L
Decimal 215 0 75 0 1 0.65 0.16 339.07 1 0.42
Hex D7 0 4B 0 64 41 10 153 64 2A
Octal 327 0 113 0 144 101 20 523 144 52
Binary 11010111 0 1001011 0 1100100 1000001 10000 101010011 1100100 101010

Color Harmonies of #D7004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7004B

Black with #D7004B

Text Example


Text Example

White with #D7004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7004B; }

 p { color: rgb(215,0,75); }

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

background-color css

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

 a { background-color: rgb(215,0,75); }

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

border-color css

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

 span { border-color: rgb(215,0,75); }

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