Html Css Color HEX #D8074B Razzmatazz

📋 copy color: '#D8074B'

red 216 ◦ green 7 ◦ blue 75

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

Shades of Razzmatazz #D8074B

Tints of Razzmatazz #D8074B

RGB

 RED value IS 216 (84.77% from 255) = 72.48%

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

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

R = 72.48%
G = 2.35%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8074B (or 0xD8074B) is known color: Razzmatazz. HEX triplet: D8, 07 and 4B. RGB value is (216,7,75). Sum of RGB (Red+Green+Blue) = 216+7+75=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8074B is #27F8B4. Grayscale: #4D4D4D. Windows color (decimal): -2619573 or 4917208. OLE color: 4917208.

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

Color convert

RGB 216 7 75 -
CMYK 0 0.97 0.65 0.15
HSL 340.48º 0.94% 0.44% -
HSV(B) 340.48º 0.97% 0.85% -
XYZ 29.66 15.26 8.04 -
YUV 77.24 126.74 226.97 -
System Red Green Blue C M Y K H S L
Decimal 216 7 75 0 0.97 0.65 0.15 340.48 0.94 0.44
Hex D8 7 4B 0 61 41 F 154 5E 2C
Octal 330 7 113 0 141 101 17 524 136 54
Binary 11011000 111 1001011 0 1100001 1000001 1111 101010100 1011110 101100

Color Harmonies of #D8074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8074B

Black with #D8074B

Text Example


Text Example

White with #D8074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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