Html Css Color HEX #D5004A Razzmatazz

📋 copy color: '#D5004A'

red 213 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #D5004A

Tints of Razzmatazz #D5004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 74.22%
G = 0%
B = 25.78%

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

#D5004A (or 0xD5004A) is known color: Razzmatazz. HEX triplet: D5, 00 and 4A. RGB value is (213,0,74). Sum of RGB (Red+Green+Blue) = 213+0+74=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D5004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5004A is #2AFFB5. Grayscale: #484848. Windows color (decimal): -2817974 or 4849877. OLE color: 4849877.

HSL color Cylindrical-coordinate representation of color #D5004A: hue angle of 339.15º 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 #D5004A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 74 -
CMYK 0 1 0.65 0.16
HSL 339.15º 1% 0.42% -
HSV(B) 339.15º 1% 0.84% -
XYZ 28.68 14.64 7.79 -
YUV 72.12 129.07 228.48 -
System Red Green Blue C M Y K H S L
Decimal 213 0 74 0 1 0.65 0.16 339.15 1 0.42
Hex D5 0 4A 0 64 41 10 153 64 2A
Octal 325 0 112 0 144 101 20 523 144 52
Binary 11010101 0 1001010 0 1100100 1000001 10000 101010011 1100100 101010

Color Harmonies of #D5004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5004A

Black with #D5004A

Text Example


Text Example

White with #D5004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5004A; }

 p { color: rgb(213,0,74); }

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

background-color css

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

 a { background-color: rgb(213,0,74); }

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

border-color css

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

 span { border-color: rgb(213,0,74); }

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