#DA3423

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

Shades of Persian Red #DA3423

Tints of Persian Red #DA3423

Color information

#DA3423 (or 0xDA3423) is unknown color: approx Persian Red. HEX triplet: DA, 34 and 23. RGB value is (218,52,35). Sum of RGB (Red+Green+Blue) = 218+52+35=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3423 is #25CBDC. Grayscale: #636363. Windows color (decimal): -2477021 or 2307290. OLE color: 2307290.

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

Color convert

RGB2185235-
CMYK00.760.840.15
HSL5.57º72.33%49.61%-
HSV(B)5.57º83.94%85.49%-
XYZ30.4417.483.36-
YUV99.791.5212.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.48%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=71.48%
G=17.05%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218523500.760.840.155.5772.3349.61
HexDA342304C54F64832
Octal3326443011412417611062
Binary1101101011010010001101001100101010011111101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3423; }

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

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

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

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

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

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

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

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