Html Css Color HEX #DA2F27 Persian Red

📋 copy color: '#DA2F27'

red 218 ◦ green 47 ◦ blue 39

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

Shades of Persian Red #DA2F27

Tints of Persian Red #DA2F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.83%

R = 71.71%
G = 15.46%
B = 12.83%

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

#DA2F27 (or 0xDA2F27) is known color: Persian Red. HEX triplet: DA, 2F and 27. RGB value is (218,47,39). Sum of RGB (Red+Green+Blue) = 218+47+39=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F27 is #25D0D8. Grayscale: #616161. Windows color (decimal): -2478297 or 2568154. OLE color: 2568154.

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

Color convert

RGB 218 47 39 -
CMYK 0 0.78 0.82 0.15
HSL 2.68º 0.71% 0.5% -
HSV(B) 2.68º 0.82% 0.85% -
XYZ 30.3 17.08 3.62 -
YUV 97.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 218 47 39 0 0.78 0.82 0.15 2.68 0.71 0.5
Hex DA 2F 27 0 4E 52 F 3 47 32
Octal 332 57 47 0 116 122 17 3 107 62
Binary 11011010 101111 100111 0 1001110 1010010 1111 11 1000111 110010

Color Harmonies of #DA2F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F27

Black with #DA2F27

Text Example


Text Example

White with #DA2F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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