#DA3427

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

Shades of Persian Red #DA3427

Tints of Persian Red #DA3427

Color information

#DA3427 (or 0xDA3427) is unknown color: approx Persian Red. HEX triplet: DA, 34 and 27. RGB value is (218,52,39). Sum of RGB (Red+Green+Blue) = 218+52+39=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3427 is #25CBD8. Grayscale: #646464. Windows color (decimal): -2477017 or 2569434. OLE color: 2569434.

HSL color Cylindrical-coordinate representation of color #DA3427: hue angle of 4.36º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA3427 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB2185239-
CMYK00.760.820.15
HSL4.36º70.75%50.39%-
HSV(B)4.36º82.11%85.49%-
XYZ30.5117.513.69-
YUV100.1593.5212.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 70.55%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=70.55%
G=16.83%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218523900.760.820.154.3670.7550.39
HexDA342704C52F44732
Octal3326447011412217410762
Binary1101101011010010011101001100101001011111001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3427; }

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

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

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

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

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

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

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

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