Html Css Color HEX #DA3523 Persian Red

📋 copy color: '#DA3523'

red 218 ◦ green 53 ◦ blue 35

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

Shades of Persian Red #DA3523

Tints of Persian Red #DA3523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 71.24%
G = 17.32%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3523 (or 0xDA3523) is known color: Persian Red. HEX triplet: DA, 35 and 23. RGB value is (218,53,35). Sum of RGB (Red+Green+Blue) = 218+53+35=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3523 is #25CADC. Grayscale: #646464. Windows color (decimal): -2476765 or 2307546. OLE color: 2307546.

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

Color convert

RGB 218 53 35 -
CMYK 0 0.76 0.84 0.15
HSL 5.9º 0.72% 0.5% -
HSV(B) 5.9º 0.84% 0.85% -
XYZ 30.49 17.57 3.38 -
YUV 100.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 218 53 35 0 0.76 0.84 0.15 5.9 0.72 0.5
Hex DA 35 23 0 4C 54 F 6 48 32
Octal 332 65 43 0 114 124 17 6 110 62
Binary 11011010 110101 100011 0 1001100 1010100 1111 110 1001000 110010

Color Harmonies of #DA3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3523

Black with #DA3523

Text Example


Text Example

White with #DA3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3523; }

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

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

background-color css

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

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

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

border-color css

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

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

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