Html Css Color HEX #D5034C Razzmatazz

📋 copy color: '#D5034C'

red 213 ◦ green 3 ◦ blue 76

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

Shades of Razzmatazz #D5034C

Tints of Razzmatazz #D5034C

RGB

 RED value IS 213 (83.59% from 255) = 72.95%

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

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

R = 72.95%
G = 1.03%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5034C (or 0xD5034C) is known color: Razzmatazz. HEX triplet: D5, 03 and 4C. RGB value is (213,3,76). Sum of RGB (Red+Green+Blue) = 213+3+76=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5034C is #2AFCB3. Grayscale: #4A4A4A. Windows color (decimal): -2817204 or 4981717. OLE color: 4981717.

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

Color convert

RGB 213 3 76 -
CMYK 0 0.99 0.64 0.16
HSL 339.14º 0.97% 0.42% -
HSV(B) 339.14º 0.99% 0.84% -
XYZ 28.78 14.73 8.16 -
YUV 74.11 129.07 227.06 -
System Red Green Blue C M Y K H S L
Decimal 213 3 76 0 0.99 0.64 0.16 339.14 0.97 0.42
Hex D5 3 4C 0 63 40 10 153 61 2A
Octal 325 3 114 0 143 100 20 523 141 52
Binary 11010101 11 1001100 0 1100011 1000000 10000 101010011 1100001 101010

Color Harmonies of #D5034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5034C

Black with #D5034C

Text Example


Text Example

White with #D5034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5034C; }

 p { color: rgb(213,3,76); }

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

background-color css

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

 a { background-color: rgb(213,3,76); }

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

border-color css

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

 span { border-color: rgb(213,3,76); }

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