Html Css Color HEX #D2004B Razzmatazz

📋 copy color: '#D2004B'

red 210 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #D2004B

Tints of Razzmatazz #D2004B

RGB

 RED value IS 210 (82.42% from 255) = 73.68%

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

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

R = 73.68%
G = 0%
B = 26.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2004B (or 0xD2004B) is known color: Razzmatazz. HEX triplet: D2, 00 and 4B. RGB value is (210,0,75). Sum of RGB (Red+Green+Blue) = 210+0+75=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D2004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2004B is #2DFFB4. Grayscale: #474747. Windows color (decimal): -3014581 or 4915410. OLE color: 4915410.

HSL color Cylindrical-coordinate representation of color #D2004B: hue angle of 338.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2004B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 0 75 -
CMYK 0 1 0.64 0.18
HSL 338.57º 1% 0.41% -
HSV(B) 338.57º 1% 0.82% -
XYZ 27.85 14.21 7.93 -
YUV 71.34 130.07 226.9 -
System Red Green Blue C M Y K H S L
Decimal 210 0 75 0 1 0.64 0.18 338.57 1 0.41
Hex D2 0 4B 0 64 40 12 153 64 29
Octal 322 0 113 0 144 100 22 523 144 51
Binary 11010010 0 1001011 0 1100100 1000000 10010 101010011 1100100 101001

Color Harmonies of #D2004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2004B

Black with #D2004B

Text Example


Text Example

White with #D2004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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