Html Css Color HEX #DA352D Persian Red

📋 copy color: '#DA352D'

red 218 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #DA352D

Tints of Persian Red #DA352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 68.99%
G = 16.77%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA352D (or 0xDA352D) is known color: Persian Red. HEX triplet: DA, 35 and 2D. RGB value is (218,53,45). Sum of RGB (Red+Green+Blue) = 218+53+45=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA352D is #25CAD2. Grayscale: #656565. Windows color (decimal): -2476755 or 2962906. OLE color: 2962906.

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

Color convert

RGB 218 53 45 -
CMYK 0 0.76 0.79 0.15
HSL 2.77º 0.7% 0.52% -
HSV(B) 2.77º 0.79% 0.85% -
XYZ 30.66 17.64 4.27 -
YUV 101.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 218 53 45 0 0.76 0.79 0.15 2.77 0.7 0.52
Hex DA 35 2D 0 4C 4F F 3 46 34
Octal 332 65 55 0 114 117 17 3 106 64
Binary 11011010 110101 101101 0 1001100 1001111 1111 11 1000110 110100

Color Harmonies of #DA352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA352D

Black with #DA352D

Text Example


Text Example

White with #DA352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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