Html Css Color HEX #D5034B Razzmatazz

📋 copy color: '#D5034B'

red 213 ◦ green 3 ◦ blue 75

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

Shades of Razzmatazz #D5034B

Tints of Razzmatazz #D5034B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 73.2%
G = 1.03%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5034B (or 0xD5034B) is known color: Razzmatazz. HEX triplet: D5, 03 and 4B. RGB value is (213,3,75). Sum of RGB (Red+Green+Blue) = 213+3+75=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5034B is #2AFCB4. Grayscale: #494949. Windows color (decimal): -2817205 or 4916181. OLE color: 4916181.

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

Color convert

RGB 213 3 75 -
CMYK 0 0.99 0.65 0.16
HSL 339.43º 0.97% 0.42% -
HSV(B) 339.43º 0.99% 0.84% -
XYZ 28.74 14.72 7.98 -
YUV 74 128.57 227.15 -
System Red Green Blue C M Y K H S L
Decimal 213 3 75 0 0.99 0.65 0.16 339.43 0.97 0.42
Hex D5 3 4B 0 63 41 10 153 61 2A
Octal 325 3 113 0 143 101 20 523 141 52
Binary 11010101 11 1001011 0 1100011 1000001 10000 101010011 1100001 101010

Color Harmonies of #D5034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5034B

Black with #D5034B

Text Example


Text Example

White with #D5034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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