Html Css Color HEX #D9014B Razzmatazz

📋 copy color: '#D9014B'

red 217 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #D9014B

Tints of Razzmatazz #D9014B

RGB

 RED value IS 217 (85.16% from 255) = 74.06%

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 74.06%
G = 0.34%
B = 25.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9014B (or 0xD9014B) is known color: Razzmatazz. HEX triplet: D9, 01 and 4B. RGB value is (217,1,75). Sum of RGB (Red+Green+Blue) = 217+1+75=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D9014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9014B is #26FEB4. Grayscale: #494949. Windows color (decimal): -2555573 or 4915673. OLE color: 4915673.

HSL color Cylindrical-coordinate representation of color #D9014B: hue angle of 339.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9014B is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 75 -
CMYK 0 1.00 0.65 0.15
HSL 339.44º 0.99% 0.43% -
HSV(B) 339.44º 1% 0.85% -
XYZ 29.9 15.28 8.03 -
YUV 74.02 128.56 229.98 -
System Red Green Blue C M Y K H S L
Decimal 217 1 75 0 1.00 0.65 0.15 339.44 0.99 0.43
Hex D9 1 4B 0 64 41 F 153 63 2B
Octal 331 1 113 0 144 101 17 523 143 53
Binary 11011001 1 1001011 0 1100100 1000001 1111 101010011 1100011 101011

Color Harmonies of #D9014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9014B

Black with #D9014B

Text Example


Text Example

White with #D9014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9014B; }

 p { color: rgb(217,1,75); }

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

background-color css

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

 a { background-color: rgb(217,1,75); }

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

border-color css

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

 span { border-color: rgb(217,1,75); }

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