Html Css Color HEX #D00359 Razzmatazz

📋 copy color: '#D00359'

red 208 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #D00359

Tints of Razzmatazz #D00359

RGB

 RED value IS 208 (81.64% from 255) = 69.33%

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

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 69.33%
G = 1%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D00359 (or 0xD00359) is known color: Razzmatazz. HEX triplet: D0, 03 and 59. RGB value is (208,3,89). Sum of RGB (Red+Green+Blue) = 208+3+89=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D00359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00359 is #2FFCA6. Grayscale: #494949. Windows color (decimal): -3144871 or 5833680. OLE color: 5833680.

HSL color Cylindrical-coordinate representation of color #D00359: hue angle of 334.83º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00359 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 89 -
CMYK 0 0.99 0.57 0.18
HSL 334.83º 0.97% 0.41% -
HSV(B) 334.83º 0.99% 0.82% -
XYZ 27.85 14.2 10.72 -
YUV 74.1 136.42 223.51 -
System Red Green Blue C M Y K H S L
Decimal 208 3 89 0 0.99 0.57 0.18 334.83 0.97 0.41
Hex D0 3 59 0 63 39 12 14F 61 29
Octal 320 3 131 0 143 71 22 517 141 51
Binary 11010000 11 1011001 0 1100011 111001 10010 101001111 1100001 101001

Color Harmonies of #D00359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00359

Black with #D00359

Text Example


Text Example

White with #D00359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00359; }

 p { color: rgb(208,3,89); }

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

background-color css

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

 a { background-color: rgb(208,3,89); }

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

border-color css

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

 span { border-color: rgb(208,3,89); }

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