Html Css Color HEX #D5074B Razzmatazz

📋 copy color: '#D5074B'

red 213 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #D5074B

Tints of Razzmatazz #D5074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 72.2%
G = 2.37%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5074B (or 0xD5074B) is known color: Razzmatazz. HEX triplet: D5, 07 and 4B. RGB value is (213,7,75). Sum of RGB (Red+Green+Blue) = 213+7+75=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5074B is #2AF8B4. Grayscale: #4C4C4C. Windows color (decimal): -2816181 or 4917205. OLE color: 4917205.

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

Color convert

RGB 213 7 75 -
CMYK 0 0.97 0.65 0.16
HSL 340.19º 0.94% 0.43% -
HSV(B) 340.19º 0.97% 0.84% -
XYZ 28.79 14.81 8 -
YUV 76.35 127.25 225.47 -
System Red Green Blue C M Y K H S L
Decimal 213 7 75 0 0.97 0.65 0.16 340.19 0.94 0.43
Hex D5 7 4B 0 61 41 10 154 5E 2B
Octal 325 7 113 0 141 101 20 524 136 53
Binary 11010101 111 1001011 0 1100001 1000001 10000 101010100 1011110 101011

Color Harmonies of #D5074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5074B

Black with #D5074B

Text Example


Text Example

White with #D5074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5074B; }

 p { color: rgb(213,7,75); }

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

background-color css

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

 a { background-color: rgb(213,7,75); }

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

border-color css

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

 span { border-color: rgb(213,7,75); }

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