Html Css Color HEX #D0014D Razzmatazz

📋 copy color: '#D0014D'

red 208 ◦ green 1 ◦ blue 77

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

Shades of Razzmatazz #D0014D

Tints of Razzmatazz #D0014D

RGB

 RED value IS 208 (81.64% from 255) = 72.73%

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

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 72.73%
G = 0.35%
B = 26.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0014D (or 0xD0014D) is known color: Razzmatazz. HEX triplet: D0, 01 and 4D. RGB value is (208,1,77). Sum of RGB (Red+Green+Blue) = 208+1+77=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0014D is #2FFEB2. Grayscale: #474747. Windows color (decimal): -3145395 or 5046736. OLE color: 5046736.

HSL color Cylindrical-coordinate representation of color #D0014D: hue angle of 337.97º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0014D is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 77 -
CMYK 0 1.00 0.63 0.18
HSL 337.97º 0.99% 0.41% -
HSV(B) 337.97º 1% 0.82% -
XYZ 27.36 13.97 8.27 -
YUV 71.56 131.08 225.32 -
System Red Green Blue C M Y K H S L
Decimal 208 1 77 0 1.00 0.63 0.18 337.97 0.99 0.41
Hex D0 1 4D 0 64 3F 12 152 63 29
Octal 320 1 115 0 144 77 22 522 143 51
Binary 11010000 1 1001101 0 1100100 111111 10010 101010010 1100011 101001

Color Harmonies of #D0014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0014D

Black with #D0014D

Text Example


Text Example

White with #D0014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0014D; }

 p { color: rgb(208,1,77); }

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

background-color css

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

 a { background-color: rgb(208,1,77); }

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

border-color css

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

 span { border-color: rgb(208,1,77); }

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