Html Css Color HEX #DA2F28 Persian Red

📋 copy color: '#DA2F28'

red 218 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #DA2F28

Tints of Persian Red #DA2F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 71.48%
G = 15.41%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2F28 (or 0xDA2F28) is known color: Persian Red. HEX triplet: DA, 2F and 28. RGB value is (218,47,40). Sum of RGB (Red+Green+Blue) = 218+47+40=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F28 is #25D0D7. Grayscale: #616161. Windows color (decimal): -2478296 or 2633690. OLE color: 2633690.

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

Color convert

RGB 218 47 40 -
CMYK 0 0.78 0.82 0.15
HSL 2.36º 0.71% 0.51% -
HSV(B) 2.36º 0.82% 0.85% -
XYZ 30.31 17.09 3.71 -
YUV 97.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 218 47 40 0 0.78 0.82 0.15 2.36 0.71 0.51
Hex DA 2F 28 0 4E 52 F 2 47 33
Octal 332 57 50 0 116 122 17 2 107 63
Binary 11011010 101111 101000 0 1001110 1010010 1111 10 1000111 110011

Color Harmonies of #DA2F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F28

Black with #DA2F28

Text Example


Text Example

White with #DA2F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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