Html Css Color HEX #DA3531 Persian Red

📋 copy color: '#DA3531'

red 218 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #DA3531

Tints of Persian Red #DA3531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 68.13%
G = 16.56%
B = 15.31%

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

#DA3531 (or 0xDA3531) is known color: Persian Red. HEX triplet: DA, 35 and 31. RGB value is (218,53,49). Sum of RGB (Red+Green+Blue) = 218+53+49=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3531 is #25CACE. Grayscale: #666666. Windows color (decimal): -2476751 or 3225050. OLE color: 3225050.

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

Color convert

RGB 218 53 49 -
CMYK 0 0.76 0.78 0.15
HSL 1.42º 0.7% 0.52% -
HSV(B) 1.42º 0.78% 0.85% -
XYZ 30.74 17.67 4.7 -
YUV 101.88 98.16 210.83 -
System Red Green Blue C M Y K H S L
Decimal 218 53 49 0 0.76 0.78 0.15 1.42 0.7 0.52
Hex DA 35 31 0 4C 4E F 1 46 34
Octal 332 65 61 0 114 116 17 1 106 64
Binary 11011010 110101 110001 0 1001100 1001110 1111 1 1000110 110100

Color Harmonies of #DA3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3531

Black with #DA3531

Text Example


Text Example

White with #DA3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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