Html Css Color HEX #D4025B Razzmatazz

📋 copy color: '#D4025B'

red 212 ◦ green 2 ◦ blue 91

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

Shades of Razzmatazz #D4025B

Tints of Razzmatazz #D4025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 69.51%
G = 0.66%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D4025B (or 0xD4025B) is known color: Razzmatazz. HEX triplet: D4, 02 and 5B. RGB value is (212,2,91). Sum of RGB (Red+Green+Blue) = 212+2+91=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4025B is #2BFDA4. Grayscale: #4A4A4A. Windows color (decimal): -2882981 or 5964500. OLE color: 5964500.

HSL color Cylindrical-coordinate representation of color #D4025B: hue angle of 334.57º degrees, saturation: 0.98, 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 #D4025B is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 91 -
CMYK 0 0.99 0.57 0.17
HSL 334.57º 0.98% 0.42% -
HSV(B) 334.57º 0.99% 0.83% -
XYZ 29.06 14.8 11.22 -
YUV 74.94 137.07 225.76 -
System Red Green Blue C M Y K H S L
Decimal 212 2 91 0 0.99 0.57 0.17 334.57 0.98 0.42
Hex D4 2 5B 0 63 39 11 14F 62 2A
Octal 324 2 133 0 143 71 21 517 142 52
Binary 11010100 10 1011011 0 1100011 111001 10001 101001111 1100010 101010

Color Harmonies of #D4025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4025B

Black with #D4025B

Text Example


Text Example

White with #D4025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4025B; }

 p { color: rgb(212,2,91); }

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

background-color css

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

 a { background-color: rgb(212,2,91); }

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

border-color css

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

 span { border-color: rgb(212,2,91); }

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