Html Css Color HEX #D5034D Razzmatazz

📋 copy color: '#D5034D'

red 213 ◦ green 3 ◦ blue 77

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

Shades of Razzmatazz #D5034D

Tints of Razzmatazz #D5034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 72.7%
G = 1.02%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5034D (or 0xD5034D) is known color: Razzmatazz. HEX triplet: D5, 03 and 4D. RGB value is (213,3,77). Sum of RGB (Red+Green+Blue) = 213+3+77=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5034D is #2AFCB2. Grayscale: #4A4A4A. Windows color (decimal): -2817203 or 5047253. OLE color: 5047253.

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

Color convert

RGB 213 3 77 -
CMYK 0 0.99 0.64 0.16
HSL 338.86º 0.97% 0.42% -
HSV(B) 338.86º 0.99% 0.84% -
XYZ 28.81 14.75 8.35 -
YUV 74.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 213 3 77 0 0.99 0.64 0.16 338.86 0.97 0.42
Hex D5 3 4D 0 63 40 10 153 61 2A
Octal 325 3 115 0 143 100 20 523 141 52
Binary 11010101 11 1001101 0 1100011 1000000 10000 101010011 1100001 101010

Color Harmonies of #D5034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5034D

Black with #D5034D

Text Example


Text Example

White with #D5034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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