Html Css Color HEX #DA312D Persian Red

📋 copy color: '#DA312D'

red 218 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #DA312D

Tints of Persian Red #DA312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 69.87%
G = 15.71%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA312D (or 0xDA312D) is known color: Persian Red. HEX triplet: DA, 31 and 2D. RGB value is (218,49,45). Sum of RGB (Red+Green+Blue) = 218+49+45=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA312D is #25CED2. Grayscale: #636363. Windows color (decimal): -2477779 or 2961882. OLE color: 2961882.

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

Color convert

RGB 218 49 45 -
CMYK 0 0.78 0.79 0.15
HSL 1.39º 0.7% 0.52% -
HSV(B) 1.39º 0.79% 0.85% -
XYZ 30.49 17.29 4.21 -
YUV 99.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 218 49 45 0 0.78 0.79 0.15 1.39 0.7 0.52
Hex DA 31 2D 0 4E 4F F 1 46 34
Octal 332 61 55 0 116 117 17 1 106 64
Binary 11011010 110001 101101 0 1001110 1001111 1111 1 1000110 110100

Color Harmonies of #DA312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA312D

Black with #DA312D

Text Example


Text Example

White with #DA312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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