Html Css Color HEX #DA322D Persian Red

📋 copy color: '#DA322D'

red 218 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #DA322D

Tints of Persian Red #DA322D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 69.65%
G = 15.97%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA322D (or 0xDA322D) is known color: Persian Red. HEX triplet: DA, 32 and 2D. RGB value is (218,50,45). Sum of RGB (Red+Green+Blue) = 218+50+45=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA322D is #25CDD2. Grayscale: #636363. Windows color (decimal): -2477523 or 2962138. OLE color: 2962138.

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

Color convert

RGB 218 50 45 -
CMYK 0 0.77 0.79 0.15
HSL 1.73º 0.7% 0.52% -
HSV(B) 1.73º 0.79% 0.85% -
XYZ 30.53 17.38 4.23 -
YUV 99.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 218 50 45 0 0.77 0.79 0.15 1.73 0.7 0.52
Hex DA 32 2D 0 4D 4F F 2 46 34
Octal 332 62 55 0 115 117 17 2 106 64
Binary 11011010 110010 101101 0 1001101 1001111 1111 10 1000110 110100

Color Harmonies of #DA322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA322D

Black with #DA322D

Text Example


Text Example

White with #DA322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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