Html Css Color HEX #D3034A Razzmatazz

📋 copy color: '#D3034A'

red 211 ◦ green 3 ◦ blue 74

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

Shades of Razzmatazz #D3034A

Tints of Razzmatazz #D3034A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 73.26%
G = 1.04%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D3034A (or 0xD3034A) is known color: Razzmatazz. HEX triplet: D3, 03 and 4A. RGB value is (211,3,74). Sum of RGB (Red+Green+Blue) = 211+3+74=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D3034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3034A is #2CFCB5. Grayscale: #494949. Windows color (decimal): -2948278 or 4850643. OLE color: 4850643.

HSL color Cylindrical-coordinate representation of color #D3034A: hue angle of 339.52º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3034A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 74 -
CMYK 0 0.99 0.65 0.17
HSL 339.52º 0.97% 0.42% -
HSV(B) 339.52º 0.99% 0.83% -
XYZ 28.13 14.41 7.78 -
YUV 73.29 128.41 226.23 -
System Red Green Blue C M Y K H S L
Decimal 211 3 74 0 0.99 0.65 0.17 339.52 0.97 0.42
Hex D3 3 4A 0 63 41 11 154 61 2A
Octal 323 3 112 0 143 101 21 524 141 52
Binary 11010011 11 1001010 0 1100011 1000001 10001 101010100 1100001 101010

Color Harmonies of #D3034A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3034A

Black with #D3034A

Text Example


Text Example

White with #D3034A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3034A; }

 p { color: rgb(211,3,74); }

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

background-color css

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

 a { background-color: rgb(211,3,74); }

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

border-color css

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

 span { border-color: rgb(211,3,74); }

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