Html Css Color HEX #DA352F Persian Red

📋 copy color: '#DA352F'

red 218 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #DA352F

Tints of Persian Red #DA352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 68.55%
G = 16.67%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA352F (or 0xDA352F) is known color: Persian Red. HEX triplet: DA, 35 and 2F. RGB value is (218,53,47). Sum of RGB (Red+Green+Blue) = 218+53+47=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA352F is #25CAD0. Grayscale: #656565. Windows color (decimal): -2476753 or 3093978. OLE color: 3093978.

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

Color convert

RGB 218 53 47 -
CMYK 0 0.76 0.78 0.15
HSL 2.11º 0.7% 0.52% -
HSV(B) 2.11º 0.78% 0.85% -
XYZ 30.7 17.66 4.48 -
YUV 101.65 97.16 210.99 -
System Red Green Blue C M Y K H S L
Decimal 218 53 47 0 0.76 0.78 0.15 2.11 0.7 0.52
Hex DA 35 2F 0 4C 4E F 2 46 34
Octal 332 65 57 0 114 116 17 2 106 64
Binary 11011010 110101 101111 0 1001100 1001110 1111 10 1000110 110100

Color Harmonies of #DA352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA352F

Black with #DA352F

Text Example


Text Example

White with #DA352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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