Html Css Color HEX #DA3735 Persian Red

📋 copy color: '#DA3735'

red 218 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #DA3735

Tints of Persian Red #DA3735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 66.87%
G = 16.87%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3735 (or 0xDA3735) is known color: Persian Red. HEX triplet: DA, 37 and 35. RGB value is (218,55,53). Sum of RGB (Red+Green+Blue) = 218+55+53=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3735 is #25C8CA. Grayscale: #676767. Windows color (decimal): -2476235 or 3487706. OLE color: 3487706.

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

Color convert

RGB 218 55 53 -
CMYK 0 0.75 0.76 0.15
HSL 0.73º 0.69% 0.53% -
HSV(B) 0.73º 0.76% 0.85% -
XYZ 30.92 17.89 5.19 -
YUV 103.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 218 55 53 0 0.75 0.76 0.15 0.73 0.69 0.53
Hex DA 37 35 0 4B 4C F 1 45 35
Octal 332 67 65 0 113 114 17 1 105 65
Binary 11011010 110111 110101 0 1001011 1001100 1111 1 1000101 110101

Color Harmonies of #DA3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3735

Black with #DA3735

Text Example


Text Example

White with #DA3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3735; }

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

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

background-color css

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

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

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

border-color css

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

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

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