Html Css Color HEX #DA322B Persian Red

📋 copy color: '#DA322B'

red 218 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #DA322B

Tints of Persian Red #DA322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 70.1%
G = 16.08%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA322B (or 0xDA322B) is known color: Persian Red. HEX triplet: DA, 32 and 2B. RGB value is (218,50,43). Sum of RGB (Red+Green+Blue) = 218+50+43=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA322B is #25CDD4. Grayscale: #636363. Windows color (decimal): -2477525 or 2831066. OLE color: 2831066.

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

Color convert

RGB 218 50 43 -
CMYK 0 0.77 0.80 0.15
HSL 2.4º 0.7% 0.51% -
HSV(B) 2.4º 0.8% 0.85% -
XYZ 30.49 17.36 4.03 -
YUV 99.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 218 50 43 0 0.77 0.80 0.15 2.4 0.7 0.51
Hex DA 32 2B 0 4D 50 F 2 46 33
Octal 332 62 53 0 115 120 17 2 106 63
Binary 11011010 110010 101011 0 1001101 1010000 1111 10 1000110 110011

Color Harmonies of #DA322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA322B

Black with #DA322B

Text Example


Text Example

White with #DA322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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