Html Css Color HEX #D0064B Razzmatazz

📋 copy color: '#D0064B'

red 208 ◦ green 6 ◦ blue 75

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

Shades of Razzmatazz #D0064B

Tints of Razzmatazz #D0064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 71.97%
G = 2.08%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0064B (or 0xD0064B) is known color: Razzmatazz. HEX triplet: D0, 06 and 4B. RGB value is (208,6,75). Sum of RGB (Red+Green+Blue) = 208+6+75=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0064B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0064B is #2FF9B4. Grayscale: #4A4A4A. Windows color (decimal): -3144117 or 4916944. OLE color: 4916944.

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

Color convert

RGB 208 6 75 -
CMYK 0 0.97 0.64 0.18
HSL 339.5º 0.94% 0.42% -
HSV(B) 339.5º 0.97% 0.82% -
XYZ 27.35 14.05 7.93 -
YUV 74.26 128.42 223.39 -
System Red Green Blue C M Y K H S L
Decimal 208 6 75 0 0.97 0.64 0.18 339.5 0.94 0.42
Hex D0 6 4B 0 61 40 12 154 5E 2A
Octal 320 6 113 0 141 100 22 524 136 52
Binary 11010000 110 1001011 0 1100001 1000000 10010 101010100 1011110 101010

Color Harmonies of #D0064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0064B

Black with #D0064B

Text Example


Text Example

White with #D0064B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0064B; }

 p { color: rgb(208,6,75); }

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

background-color css

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

 a { background-color: rgb(208,6,75); }

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

border-color css

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

 span { border-color: rgb(208,6,75); }

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