Html Css Color HEX #D0014B Razzmatazz

📋 copy color: '#D0014B'

red 208 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #D0014B

Tints of Razzmatazz #D0014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 73.24%
G = 0.35%
B = 26.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0014B (or 0xD0014B) is known color: Razzmatazz. HEX triplet: D0, 01 and 4B. RGB value is (208,1,75). Sum of RGB (Red+Green+Blue) = 208+1+75=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D0014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0014B is #2FFEB4. Grayscale: #474747. Windows color (decimal): -3145397 or 4915664. OLE color: 4915664.

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

Color convert

RGB 208 1 75 -
CMYK 0 1.00 0.64 0.18
HSL 338.55º 0.99% 0.41% -
HSV(B) 338.55º 1% 0.82% -
XYZ 27.29 13.94 7.91 -
YUV 71.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 208 1 75 0 1.00 0.64 0.18 338.55 0.99 0.41
Hex D0 1 4B 0 64 40 12 153 63 29
Octal 320 1 113 0 144 100 22 523 143 51
Binary 11010000 1 1001011 0 1100100 1000000 10010 101010011 1100011 101001

Color Harmonies of #D0014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0014B

Black with #D0014B

Text Example


Text Example

White with #D0014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0014B; }

 p { color: rgb(208,1,75); }

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

background-color css

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

 a { background-color: rgb(208,1,75); }

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

border-color css

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

 span { border-color: rgb(208,1,75); }

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