Html Css Color HEX #DA2727 Persian Red

📋 copy color: '#DA2727'

red 218 ◦ green 39 ◦ blue 39

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

Shades of Persian Red #DA2727

Tints of Persian Red #DA2727

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 73.65%
G = 13.18%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA2727 (or 0xDA2727) is known color: Persian Red. HEX triplet: DA, 27 and 27. RGB value is (218,39,39). Sum of RGB (Red+Green+Blue) = 218+39+39=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2727 is #25D8D8. Grayscale: #5C5C5C. Windows color (decimal): -2480345 or 2566106. OLE color: 2566106.

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

Color convert

RGB 218 39 39 -
CMYK 0 0.82 0.82 0.15
HSL 0.71% 0.5% -
HSV(B) 0.82% 0.85% -
XYZ 30.01 16.5 3.52 -
YUV 92.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 218 39 39 0 0.82 0.82 0.15 0 0.71 0.5
Hex DA 27 27 0 52 52 F 0 47 32
Octal 332 47 47 0 122 122 17 0 107 62
Binary 11011010 100111 100111 0 1010010 1010010 1111 0 1000111 110010

Color Harmonies of #DA2727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2727

Black with #DA2727

Text Example


Text Example

White with #DA2727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2727; }

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

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

background-color css

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

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

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

border-color css

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

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

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