Html Css Color HEX #D2014C Razzmatazz

📋 copy color: '#D2014C'

red 210 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #D2014C

Tints of Razzmatazz #D2014C

RGB

 RED value IS 210 (82.42% from 255) = 73.17%

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

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

R = 73.17%
G = 0.35%
B = 26.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2014C (or 0xD2014C) is known color: Razzmatazz. HEX triplet: D2, 01 and 4C. RGB value is (210,1,76). Sum of RGB (Red+Green+Blue) = 210+1+76=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2014C is #2DFEB3. Grayscale: #474747. Windows color (decimal): -3014324 or 4981202. OLE color: 4981202.

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

Color convert

RGB 210 1 76 -
CMYK 0 1.00 0.64 0.18
HSL 338.47º 0.99% 0.41% -
HSV(B) 338.47º 1% 0.82% -
XYZ 27.89 14.25 8.12 -
YUV 72.04 130.24 226.4 -
System Red Green Blue C M Y K H S L
Decimal 210 1 76 0 1.00 0.64 0.18 338.47 0.99 0.41
Hex D2 1 4C 0 64 40 12 152 63 29
Octal 322 1 114 0 144 100 22 522 143 51
Binary 11010010 1 1001100 0 1100100 1000000 10010 101010010 1100011 101001

Color Harmonies of #D2014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2014C

Black with #D2014C

Text Example


Text Example

White with #D2014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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