Html Css Color HEX #DA3131 Persian Red

📋 copy color: '#DA3131'

red 218 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #DA3131

Tints of Persian Red #DA3131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 68.99%
G = 15.51%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3131 (or 0xDA3131) is known color: Persian Red. HEX triplet: DA, 31 and 31. RGB value is (218,49,49). Sum of RGB (Red+Green+Blue) = 218+49+49=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3131 is #25CECE. Grayscale: #636363. Windows color (decimal): -2477775 or 3224026. OLE color: 3224026.

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

Color convert

RGB 218 49 49 -
CMYK 0 0.78 0.78 0.15
HSL 0.7% 0.52% -
HSV(B) 0.78% 0.85% -
XYZ 30.57 17.32 4.64 -
YUV 99.53 99.49 212.5 -
System Red Green Blue C M Y K H S L
Decimal 218 49 49 0 0.78 0.78 0.15 0 0.7 0.52
Hex DA 31 31 0 4E 4E F 0 46 34
Octal 332 61 61 0 116 116 17 0 106 64
Binary 11011010 110001 110001 0 1001110 1001110 1111 0 1000110 110100

Color Harmonies of #DA3131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3131

Black with #DA3131

Text Example


Text Example

White with #DA3131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3131; }

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

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

background-color css

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

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

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

border-color css

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

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

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