Html Css Color HEX #D3034B Razzmatazz

📋 copy color: '#D3034B'

red 211 ◦ green 3 ◦ blue 75

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

Shades of Razzmatazz #D3034B

Tints of Razzmatazz #D3034B

RGB

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

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

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

R = 73.01%
G = 1.04%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3034B (or 0xD3034B) is known color: Razzmatazz. HEX triplet: D3, 03 and 4B. RGB value is (211,3,75). Sum of RGB (Red+Green+Blue) = 211+3+75=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D3034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3034B is #2CFCB4. Grayscale: #494949. Windows color (decimal): -2948277 or 4916179. OLE color: 4916179.

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

Color convert

RGB 211 3 75 -
CMYK 0 0.99 0.64 0.17
HSL 339.23º 0.97% 0.42% -
HSV(B) 339.23º 0.99% 0.83% -
XYZ 28.17 14.42 7.96 -
YUV 73.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 211 3 75 0 0.99 0.64 0.17 339.23 0.97 0.42
Hex D3 3 4B 0 63 40 11 153 61 2A
Octal 323 3 113 0 143 100 21 523 141 52
Binary 11010011 11 1001011 0 1100011 1000000 10001 101010011 1100001 101010

Color Harmonies of #D3034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3034B

Black with #D3034B

Text Example


Text Example

White with #D3034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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