Html Css Color HEX #D9035A Razzmatazz

📋 copy color: '#D9035A'

red 217 ◦ green 3 ◦ blue 90

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

Shades of Razzmatazz #D9035A

Tints of Razzmatazz #D9035A

RGB

 RED value IS 217 (85.16% from 255) = 70%

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 70%
G = 0.97%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9035A (or 0xD9035A) is known color: Razzmatazz. HEX triplet: D9, 03 and 5A. RGB value is (217,3,90). Sum of RGB (Red+Green+Blue) = 217+3+90=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9035A is #26FCA5. Grayscale: #4C4C4C. Windows color (decimal): -2555046 or 5899225. OLE color: 5899225.

HSL color Cylindrical-coordinate representation of color #D9035A: hue angle of 335.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9035A is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 90 -
CMYK 0 0.99 0.59 0.15
HSL 335.61º 0.97% 0.43% -
HSV(B) 335.61º 0.99% 0.85% -
XYZ 30.49 15.56 11.07 -
YUV 76.9 135.4 227.93 -
System Red Green Blue C M Y K H S L
Decimal 217 3 90 0 0.99 0.59 0.15 335.61 0.97 0.43
Hex D9 3 5A 0 63 3B F 150 61 2B
Octal 331 3 132 0 143 73 17 520 141 53
Binary 11011001 11 1011010 0 1100011 111011 1111 101010000 1100001 101011

Color Harmonies of #D9035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9035A

Black with #D9035A

Text Example


Text Example

White with #D9035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9035A; }

 p { color: rgb(217,3,90); }

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

background-color css

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

 a { background-color: rgb(217,3,90); }

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

border-color css

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

 span { border-color: rgb(217,3,90); }

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