Html Css Color HEX #D3004C Razzmatazz

📋 copy color: '#D3004C'

red 211 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #D3004C

Tints of Razzmatazz #D3004C

RGB

 RED value IS 211 (82.81% from 255) = 73.52%

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 73.52%
G = 0%
B = 26.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3004C (or 0xD3004C) is known color: Razzmatazz. HEX triplet: D3, 00 and 4C. RGB value is (211,0,76). Sum of RGB (Red+Green+Blue) = 211+0+76=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D3004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3004C is #2CFFB3. Grayscale: #474747. Windows color (decimal): -2949044 or 4980947. OLE color: 4980947.

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

Color convert

RGB 211 0 76 -
CMYK 0 1 0.64 0.17
HSL 338.39º 1% 0.41% -
HSV(B) 338.39º 1% 0.83% -
XYZ 28.17 14.37 8.13 -
YUV 71.75 130.4 227.32 -
System Red Green Blue C M Y K H S L
Decimal 211 0 76 0 1 0.64 0.17 338.39 1 0.41
Hex D3 0 4C 0 64 40 11 152 64 29
Octal 323 0 114 0 144 100 21 522 144 51
Binary 11010011 0 1001100 0 1100100 1000000 10001 101010010 1100100 101001

Color Harmonies of #D3004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3004C

Black with #D3004C

Text Example


Text Example

White with #D3004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3004C; }

 p { color: rgb(211,0,76); }

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

background-color css

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

 a { background-color: rgb(211,0,76); }

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

border-color css

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

 span { border-color: rgb(211,0,76); }

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