Html Css Color HEX #DA352C Persian Red

📋 copy color: '#DA352C'

red 218 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #DA352C

Tints of Persian Red #DA352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 69.21%
G = 16.83%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA352C (or 0xDA352C) is known color: Persian Red. HEX triplet: DA, 35 and 2C. RGB value is (218,53,44). Sum of RGB (Red+Green+Blue) = 218+53+44=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA352C is #25CAD3. Grayscale: #656565. Windows color (decimal): -2476756 or 2897370. OLE color: 2897370.

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

Color convert

RGB 218 53 44 -
CMYK 0 0.76 0.80 0.15
HSL 3.1º 0.7% 0.51% -
HSV(B) 3.1º 0.8% 0.85% -
XYZ 30.64 17.63 4.17 -
YUV 101.31 95.66 211.23 -
System Red Green Blue C M Y K H S L
Decimal 218 53 44 0 0.76 0.80 0.15 3.1 0.7 0.51
Hex DA 35 2C 0 4C 50 F 3 46 33
Octal 332 65 54 0 114 120 17 3 106 63
Binary 11011010 110101 101100 0 1001100 1010000 1111 11 1000110 110011

Color Harmonies of #DA352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA352C

Black with #DA352C

Text Example


Text Example

White with #DA352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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