Html Css Color HEX #D5035E Razzmatazz

📋 copy color: '#D5035E'

red 213 ◦ green 3 ◦ blue 94

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

Shades of Razzmatazz #D5035E

Tints of Razzmatazz #D5035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 68.71%
G = 0.97%
B = 30.32%

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

#D5035E (or 0xD5035E) is known color: Razzmatazz. HEX triplet: D5, 03 and 5E. RGB value is (213,3,94). Sum of RGB (Red+Green+Blue) = 213+3+94=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5035E is #2AFCA1. Grayscale: #4C4C4C. Windows color (decimal): -2817186 or 6161365. OLE color: 6161365.

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

Color convert

RGB 213 3 94 -
CMYK 0 0.99 0.56 0.16
HSL 334º 0.97% 0.42% -
HSV(B) 334º 0.99% 0.84% -
XYZ 29.49 15.02 11.93 -
YUV 76.16 138.07 225.6 -
System Red Green Blue C M Y K H S L
Decimal 213 3 94 0 0.99 0.56 0.16 334 0.97 0.42
Hex D5 3 5E 0 63 38 10 14E 61 2A
Octal 325 3 136 0 143 70 20 516 141 52
Binary 11010101 11 1011110 0 1100011 111000 10000 101001110 1100001 101010

Color Harmonies of #D5035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5035E

Black with #D5035E

Text Example


Text Example

White with #D5035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5035E; }

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

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

background-color css

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

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

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

border-color css

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

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

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