Html Css Color HEX #D5035D Razzmatazz

📋 copy color: '#D5035D'

red 213 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #D5035D

Tints of Razzmatazz #D5035D

RGB

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

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

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

R = 68.93%
G = 0.97%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5035D (or 0xD5035D) is known color: Razzmatazz. HEX triplet: D5, 03 and 5D. RGB value is (213,3,93). Sum of RGB (Red+Green+Blue) = 213+3+93=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5035D is #2AFCA2. Grayscale: #4B4B4B. Windows color (decimal): -2817187 or 6095829. OLE color: 6095829.

HSL color Cylindrical-coordinate representation of color #D5035D: hue angle of 334.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5035D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 93 -
CMYK 0 0.99 0.56 0.16
HSL 334.29º 0.97% 0.42% -
HSV(B) 334.29º 0.99% 0.84% -
XYZ 29.45 15 11.7 -
YUV 76.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 213 3 93 0 0.99 0.56 0.16 334.29 0.97 0.42
Hex D5 3 5D 0 63 38 10 14E 61 2A
Octal 325 3 135 0 143 70 20 516 141 52
Binary 11010101 11 1011101 0 1100011 111000 10000 101001110 1100001 101010

Color Harmonies of #D5035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5035D

Black with #D5035D

Text Example


Text Example

White with #D5035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5035D; }

 p { color: rgb(213,3,93); }

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

background-color css

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

 a { background-color: rgb(213,3,93); }

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

border-color css

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

 span { border-color: rgb(213,3,93); }

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