Html Css Color HEX #DA2A28 Persian Red

📋 copy color: '#DA2A28'

red 218 ◦ green 42 ◦ blue 40

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

Shades of Persian Red #DA2A28

Tints of Persian Red #DA2A28

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

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

R = 72.67%
G = 14%
B = 13.33%

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

#DA2A28 (or 0xDA2A28) is known color: Persian Red. HEX triplet: DA, 2A and 28. RGB value is (218,42,40). Sum of RGB (Red+Green+Blue) = 218+42+40=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A28 is #25D5D7. Grayscale: #5E5E5E. Windows color (decimal): -2479576 or 2632410. OLE color: 2632410.

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

Color convert

RGB 218 42 40 -
CMYK 0 0.81 0.82 0.15
HSL 0.67º 0.71% 0.51% -
HSV(B) 0.67º 0.82% 0.85% -
XYZ 30.12 16.71 3.65 -
YUV 94.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 218 42 40 0 0.81 0.82 0.15 0.67 0.71 0.51
Hex DA 2A 28 0 51 52 F 1 47 33
Octal 332 52 50 0 121 122 17 1 107 63
Binary 11011010 101010 101000 0 1010001 1010010 1111 1 1000111 110011

Color Harmonies of #DA2A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A28

Black with #DA2A28

Text Example


Text Example

White with #DA2A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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