Html Css Color HEX #D3064C Razzmatazz

📋 copy color: '#D3064C'

red 211 ◦ green 6 ◦ blue 76

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

Shades of Razzmatazz #D3064C

Tints of Razzmatazz #D3064C

RGB

 RED value IS 211 (82.81% from 255) = 72.01%

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

 BLUE value IS 76 (30.08% from 255) = 25.94%

R = 72.01%
G = 2.05%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D3064C (or 0xD3064C) is known color: Razzmatazz. HEX triplet: D3, 06 and 4C. RGB value is (211,6,76). Sum of RGB (Red+Green+Blue) = 211+6+76=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D3064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3064C is #2CF9B3. Grayscale: #4B4B4B. Windows color (decimal): -2947508 or 4982483. OLE color: 4982483.

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

Color convert

RGB 211 6 76 -
CMYK 0 0.97 0.64 0.17
HSL 339.51º 0.94% 0.43% -
HSV(B) 339.51º 0.97% 0.83% -
XYZ 28.23 14.5 8.15 -
YUV 75.28 128.42 224.81 -
System Red Green Blue C M Y K H S L
Decimal 211 6 76 0 0.97 0.64 0.17 339.51 0.94 0.43
Hex D3 6 4C 0 61 40 11 154 5E 2B
Octal 323 6 114 0 141 100 21 524 136 53
Binary 11010011 110 1001100 0 1100001 1000000 10001 101010100 1011110 101011

Color Harmonies of #D3064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3064C

Black with #D3064C

Text Example


Text Example

White with #D3064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3064C; }

 p { color: rgb(211,6,76); }

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

background-color css

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

 a { background-color: rgb(211,6,76); }

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

border-color css

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

 span { border-color: rgb(211,6,76); }

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