Html Css Color HEX #D6004B Razzmatazz

📋 copy color: '#D6004B'

red 214 ◦ green 0 ◦ blue 75

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

Shades of Razzmatazz #D6004B

Tints of Razzmatazz #D6004B

RGB

 RED value IS 214 (83.98% from 255) = 74.05%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.05%
G = 0%
B = 25.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6004B (or 0xD6004B) is known color: Razzmatazz. HEX triplet: D6, 00 and 4B. RGB value is (214,0,75). Sum of RGB (Red+Green+Blue) = 214+0+75=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D6004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6004B is #29FFB4. Grayscale: #484848. Windows color (decimal): -2752437 or 4915414. OLE color: 4915414.

HSL color Cylindrical-coordinate representation of color #D6004B: hue angle of 338.97º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6004B is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 75 -
CMYK 0 1 0.65 0.16
HSL 338.97º 1% 0.42% -
HSV(B) 338.97º 1% 0.84% -
XYZ 29 14.8 7.99 -
YUV 72.54 129.4 228.9 -
System Red Green Blue C M Y K H S L
Decimal 214 0 75 0 1 0.65 0.16 338.97 1 0.42
Hex D6 0 4B 0 64 41 10 153 64 2A
Octal 326 0 113 0 144 101 20 523 144 52
Binary 11010110 0 1001011 0 1100100 1000001 10000 101010011 1100100 101010

Color Harmonies of #D6004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6004B

Black with #D6004B

Text Example


Text Example

White with #D6004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6004B; }

 p { color: rgb(214,0,75); }

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

background-color css

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

 a { background-color: rgb(214,0,75); }

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

border-color css

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

 span { border-color: rgb(214,0,75); }

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