Html Css Color HEX #DA3529 Persian Red

📋 copy color: '#DA3529'

red 218 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #DA3529

Tints of Persian Red #DA3529

RGB

 RED value IS 218 (85.55% from 255) = 69.87%

 GREEN value IS 53 (21.09% from 255) = 16.99%

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 69.87%
G = 16.99%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA3529 (or 0xDA3529) is known color: Persian Red. HEX triplet: DA, 35 and 29. RGB value is (218,53,41). Sum of RGB (Red+Green+Blue) = 218+53+41=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3529 is #25CAD6. Grayscale: #656565. Windows color (decimal): -2476759 or 2700762. OLE color: 2700762.

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

Color convert

RGB 218 53 41 -
CMYK 0 0.76 0.81 0.15
HSL 4.07º 0.71% 0.51% -
HSV(B) 4.07º 0.81% 0.85% -
XYZ 30.59 17.61 3.89 -
YUV 100.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 218 53 41 0 0.76 0.81 0.15 4.07 0.71 0.51
Hex DA 35 29 0 4C 51 F 4 47 33
Octal 332 65 51 0 114 121 17 4 107 63
Binary 11011010 110101 101001 0 1001100 1010001 1111 100 1000111 110011

Color Harmonies of #DA3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3529

Black with #DA3529

Text Example


Text Example

White with #DA3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3529; }

 p { color: rgb(218,53,41); }

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

background-color css

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

 a { background-color: rgb(218,53,41); }

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

border-color css

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

 span { border-color: rgb(218,53,41); }

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