Html Css Color HEX #DA3734 Persian Red

📋 copy color: '#DA3734'

red 218 ◦ green 55 ◦ blue 52

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

Shades of Persian Red #DA3734

Tints of Persian Red #DA3734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 67.08%
G = 16.92%
B = 16%

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

#DA3734 (or 0xDA3734) is known color: Persian Red. HEX triplet: DA, 37 and 34. RGB value is (218,55,52). Sum of RGB (Red+Green+Blue) = 218+55+52=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3734 is #25C8CB. Grayscale: #676767. Windows color (decimal): -2476236 or 3422170. OLE color: 3422170.

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

Color convert

RGB 218 55 52 -
CMYK 0 0.75 0.76 0.15
HSL 1.08º 0.69% 0.53% -
HSV(B) 1.08º 0.76% 0.85% -
XYZ 30.9 17.89 5.07 -
YUV 103.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 218 55 52 0 0.75 0.76 0.15 1.08 0.69 0.53
Hex DA 37 34 0 4B 4C F 1 45 35
Octal 332 67 64 0 113 114 17 1 105 65
Binary 11011010 110111 110100 0 1001011 1001100 1111 1 1000101 110101

Color Harmonies of #DA3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3734

Black with #DA3734

Text Example


Text Example

White with #DA3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3734; }

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

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

background-color css

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

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

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

border-color css

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

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

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