Html Css Color HEX #DA2827 Persian Red

📋 copy color: '#DA2827'

red 218 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #DA2827

Tints of Persian Red #DA2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

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

R = 73.4%
G = 13.47%
B = 13.13%

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

#DA2827 (or 0xDA2827) is known color: Persian Red. HEX triplet: DA, 28 and 27. RGB value is (218,40,39). Sum of RGB (Red+Green+Blue) = 218+40+39=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2827 is #25D7D8. Grayscale: #5D5D5D. Windows color (decimal): -2480089 or 2566362. OLE color: 2566362.

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

Color convert

RGB 218 40 39 -
CMYK 0 0.82 0.82 0.15
HSL 0.34º 0.71% 0.5% -
HSV(B) 0.34º 0.82% 0.85% -
XYZ 30.04 16.57 3.53 -
YUV 93.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 218 40 39 0 0.82 0.82 0.15 0.34 0.71 0.5
Hex DA 28 27 0 52 52 F 0 47 32
Octal 332 50 47 0 122 122 17 0 107 62
Binary 11011010 101000 100111 0 1010010 1010010 1111 0 1000111 110010

Color Harmonies of #DA2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2827

Black with #DA2827

Text Example


Text Example

White with #DA2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2827; }

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

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

background-color css

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

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

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

border-color css

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

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

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