Html Css Color HEX #DA312C Persian Red

📋 copy color: '#DA312C'

red 218 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #DA312C

Tints of Persian Red #DA312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 70.1%
G = 15.76%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA312C (or 0xDA312C) is known color: Persian Red. HEX triplet: DA, 31 and 2C. RGB value is (218,49,44). Sum of RGB (Red+Green+Blue) = 218+49+44=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA312C is #25CED3. Grayscale: #636363. Windows color (decimal): -2477780 or 2896346. OLE color: 2896346.

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

Color convert

RGB 218 49 44 -
CMYK 0 0.78 0.80 0.15
HSL 1.72º 0.7% 0.51% -
HSV(B) 1.72º 0.8% 0.85% -
XYZ 30.47 17.28 4.11 -
YUV 98.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 218 49 44 0 0.78 0.80 0.15 1.72 0.7 0.51
Hex DA 31 2C 0 4E 50 F 2 46 33
Octal 332 61 54 0 116 120 17 2 106 63
Binary 11011010 110001 101100 0 1001110 1010000 1111 10 1000110 110011

Color Harmonies of #DA312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA312C

Black with #DA312C

Text Example


Text Example

White with #DA312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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