#DA3332

Color #DA3332 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #DA3332

Tints of Persian Red #DA3332

Color information

#DA3332 (or 0xDA3332) is unknown color: approx Persian Red. HEX triplet: DA, 33 and 32. RGB value is (218,51,50). Sum of RGB (Red+Green+Blue) = 218+51+50=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3332 is #25CCCD. Grayscale: #646464. Windows color (decimal): -2477262 or 3290074. OLE color: 3290074.

HSL color Cylindrical-coordinate representation of color #DA3332: hue angle of 0.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3332 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2185150-
CMYK00.770.770.15
HSL0.36º69.42%52.55%-
HSV(B)0.36º77.06%85.49%-
XYZ30.6717.54.78-
YUV100.8299.33211.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 68.34%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=68.34%
G=15.99%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218515000.770.770.150.3669.4252.55
HexDA333204D4DF04535
Octal3326362011511517010565
Binary11011010110011110010010011011001101111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3332; }

 p { color: rgb(218,51,50); }

 H1.HeaderClassName
 {
   color: #DA3332;
 }
 .AnyTagClassName
 {
   color: #DA3332;
 }
</style>
background-color css

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

 a { background-color: rgb(218,51,50); }

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

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

 span { border-color: rgb(218,51,50); }

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