Html Css Color HEX #D3025D Razzmatazz

📋 copy color: '#D3025D'

red 211 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #D3025D

Tints of Razzmatazz #D3025D

RGB

 RED value IS 211 (82.81% from 255) = 68.95%

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

 BLUE value IS 93 (36.72% from 255) = 30.39%

R = 68.95%
G = 0.65%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3025D (or 0xD3025D) is known color: Razzmatazz. HEX triplet: D3, 02 and 5D. RGB value is (211,2,93). Sum of RGB (Red+Green+Blue) = 211+2+93=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3025D is #2CFDA2. Grayscale: #4A4A4A. Windows color (decimal): -2948515 or 6095571. OLE color: 6095571.

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

Color convert

RGB 211 2 93 -
CMYK 0 0.99 0.56 0.17
HSL 333.88º 0.98% 0.42% -
HSV(B) 333.88º 0.99% 0.83% -
XYZ 28.86 14.68 11.67 -
YUV 74.87 138.24 225.1 -
System Red Green Blue C M Y K H S L
Decimal 211 2 93 0 0.99 0.56 0.17 333.88 0.98 0.42
Hex D3 2 5D 0 63 38 11 14E 62 2A
Octal 323 2 135 0 143 70 21 516 142 52
Binary 11010011 10 1011101 0 1100011 111000 10001 101001110 1100010 101010

Color Harmonies of #D3025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3025D

Black with #D3025D

Text Example


Text Example

White with #D3025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3025D; }

 p { color: rgb(211,2,93); }

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

background-color css

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

 a { background-color: rgb(211,2,93); }

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

border-color css

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

 span { border-color: rgb(211,2,93); }

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