Html Css Color HEX #D40355 Razzmatazz

📋 copy color: '#D40355'

red 212 ◦ green 3 ◦ blue 85

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

Shades of Razzmatazz #D40355

Tints of Razzmatazz #D40355

RGB

 RED value IS 212 (83.2% from 255) = 70.67%

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 70.67%
G = 1%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D40355 (or 0xD40355) is known color: Razzmatazz. HEX triplet: D4, 03 and 55. RGB value is (212,3,85). Sum of RGB (Red+Green+Blue) = 212+3+85=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D40355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40355 is #2BFCAA. Grayscale: #4A4A4A. Windows color (decimal): -2882731 or 5571540. OLE color: 5571540.

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

Color convert

RGB 212 3 85 -
CMYK 0 0.99 0.60 0.17
HSL 336.46º 0.97% 0.42% -
HSV(B) 336.46º 0.99% 0.83% -
XYZ 28.82 14.72 9.92 -
YUV 74.84 133.74 225.83 -
System Red Green Blue C M Y K H S L
Decimal 212 3 85 0 0.99 0.60 0.17 336.46 0.97 0.42
Hex D4 3 55 0 63 3C 11 150 61 2A
Octal 324 3 125 0 143 74 21 520 141 52
Binary 11010100 11 1010101 0 1100011 111100 10001 101010000 1100001 101010

Color Harmonies of #D40355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40355

Black with #D40355

Text Example


Text Example

White with #D40355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40355; }

 p { color: rgb(212,3,85); }

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

background-color css

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

 a { background-color: rgb(212,3,85); }

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

border-color css

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

 span { border-color: rgb(212,3,85); }

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