Html Css Color HEX #DA2928 Persian Red

📋 copy color: '#DA2928'

red 218 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #DA2928

Tints of Persian Red #DA2928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 40 (16.02% from 255) = 13.38%

R = 72.91%
G = 13.71%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2928 (or 0xDA2928) is known color: Persian Red. HEX triplet: DA, 29 and 28. RGB value is (218,41,40). Sum of RGB (Red+Green+Blue) = 218+41+40=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2928 is #25D6D7. Grayscale: #5D5D5D. Windows color (decimal): -2479832 or 2632154. OLE color: 2632154.

HSL color Cylindrical-coordinate representation of color #DA2928: hue angle of 0.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2928 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 40 -
CMYK 0 0.81 0.82 0.15
HSL 0.34º 0.71% 0.51% -
HSV(B) 0.34º 0.82% 0.85% -
XYZ 30.09 16.64 3.63 -
YUV 93.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 218 41 40 0 0.81 0.82 0.15 0.34 0.71 0.51
Hex DA 29 28 0 51 52 F 0 47 33
Octal 332 51 50 0 121 122 17 0 107 63
Binary 11011010 101001 101000 0 1010001 1010010 1111 0 1000111 110011

Color Harmonies of #DA2928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2928

Black with #DA2928

Text Example


Text Example

White with #DA2928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2928; }

 p { color: rgb(218,41,40); }

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

background-color css

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

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

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

border-color css

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

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

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