Html Css Color HEX #D5014C Razzmatazz

📋 copy color: '#D5014C'

red 213 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #D5014C

Tints of Razzmatazz #D5014C

RGB

 RED value IS 213 (83.59% from 255) = 73.45%

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

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

R = 73.45%
G = 0.34%
B = 26.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5014C (or 0xD5014C) is known color: Razzmatazz. HEX triplet: D5, 01 and 4C. RGB value is (213,1,76). Sum of RGB (Red+Green+Blue) = 213+1+76=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5014C is #2AFEB3. Grayscale: #484848. Windows color (decimal): -2817716 or 4981205. OLE color: 4981205.

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

Color convert

RGB 213 1 76 -
CMYK 0 1.00 0.64 0.16
HSL 338.77º 0.99% 0.42% -
HSV(B) 338.77º 1% 0.84% -
XYZ 28.76 14.69 8.16 -
YUV 72.94 129.74 227.9 -
System Red Green Blue C M Y K H S L
Decimal 213 1 76 0 1.00 0.64 0.16 338.77 0.99 0.42
Hex D5 1 4C 0 64 40 10 153 63 2A
Octal 325 1 114 0 144 100 20 523 143 52
Binary 11010101 1 1001100 0 1100100 1000000 10000 101010011 1100011 101010

Color Harmonies of #D5014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5014C

Black with #D5014C

Text Example


Text Example

White with #D5014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5014C; }

 p { color: rgb(213,1,76); }

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

background-color css

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

 a { background-color: rgb(213,1,76); }

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

border-color css

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

 span { border-color: rgb(213,1,76); }

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