Html Css Color HEX #DE014B Razzmatazz

📋 copy color: '#DE014B'

red 222 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #DE014B

Tints of Razzmatazz #DE014B

RGB

 RED value IS 222 (87.11% from 255) = 74.5%

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

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

R = 74.5%
G = 0.34%
B = 25.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE014B (or 0xDE014B) is known color: Razzmatazz. HEX triplet: DE, 01 and 4B. RGB value is (222,1,75). Sum of RGB (Red+Green+Blue) = 222+1+75=298 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.50% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 222 - color contains mainly: red. Hex color #DE014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE014B is #21FEB4. Grayscale: #4B4B4B. Windows color (decimal): -2227893 or 4915678. OLE color: 4915678.

HSL color Cylindrical-coordinate representation of color #DE014B: hue angle of 339.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE014B is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 75 -
CMYK 0 1.00 0.66 0.13
HSL 339.91º 0.99% 0.44% -
HSV(B) 339.91º 1% 0.87% -
XYZ 31.41 16.06 8.1 -
YUV 75.52 127.72 232.48 -
System Red Green Blue C M Y K H S L
Decimal 222 1 75 0 1.00 0.66 0.13 339.91 0.99 0.44
Hex DE 1 4B 0 64 42 D 154 63 2C
Octal 336 1 113 0 144 102 15 524 143 54
Binary 11011110 1 1001011 0 1100100 1000010 1101 101010100 1100011 101100

Color Harmonies of #DE014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE014B

Black with #DE014B

Text Example


Text Example

White with #DE014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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