Html Css Color HEX #DA3526 Persian Red

📋 copy color: '#DA3526'

red 218 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #DA3526

Tints of Persian Red #DA3526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 70.55%
G = 17.15%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3526 (or 0xDA3526) is known color: Persian Red. HEX triplet: DA, 35 and 26. RGB value is (218,53,38). Sum of RGB (Red+Green+Blue) = 218+53+38=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3526 is #25CAD9. Grayscale: #646464. Windows color (decimal): -2476762 or 2504154. OLE color: 2504154.

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

Color convert

RGB 218 53 38 -
CMYK 0 0.76 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.54 17.59 3.62 -
YUV 100.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 218 53 38 0 0.76 0.83 0.15 5 0.71 0.5
Hex DA 35 26 0 4C 53 F 5 47 32
Octal 332 65 46 0 114 123 17 5 107 62
Binary 11011010 110101 100110 0 1001100 1010011 1111 101 1000111 110010

Color Harmonies of #DA3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3526

Black with #DA3526

Text Example


Text Example

White with #DA3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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