#DA3433

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

Shades of Persian Red #DA3433

Tints of Persian Red #DA3433

Color information

#DA3433 (or 0xDA3433) is unknown color: approx Persian Red. HEX triplet: DA, 34 and 33. RGB value is (218,52,51). Sum of RGB (Red+Green+Blue) = 218+52+51=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3433 is #25CBCC. Grayscale: #656565. Windows color (decimal): -2477005 or 3355866. OLE color: 3355866.

HSL color Cylindrical-coordinate representation of color #DA3433: 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 #DA3433 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2185251-
CMYK00.760.770.15
HSL0.36º69.29%52.75%-
HSV(B)0.36º76.61%85.49%-
XYZ30.7417.64.91-
YUV101.5299.5211.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 67.91%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=67.91%
G=16.20%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218525100.760.770.150.3669.2952.75
HexDA343304C4DF04535
Octal3326463011411517010565
Binary11011010110100110011010011001001101111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3433; }

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

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

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

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

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

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

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

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