Html Css Color HEX #DA2F26 Persian Red

📋 copy color: '#DA2F26'

red 218 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #DA2F26

Tints of Persian Red #DA2F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 71.95%
G = 15.51%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2F26 (or 0xDA2F26) is known color: Persian Red. HEX triplet: DA, 2F and 26. RGB value is (218,47,38). Sum of RGB (Red+Green+Blue) = 218+47+38=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F26 is #25D0D9. Grayscale: #616161. Windows color (decimal): -2478298 or 2502618. OLE color: 2502618.

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

Color convert

RGB 218 47 38 -
CMYK 0 0.78 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.28 17.08 3.53 -
YUV 97.1 94.65 214.23 -
System Red Green Blue C M Y K H S L
Decimal 218 47 38 0 0.78 0.83 0.15 3 0.71 0.5
Hex DA 2F 26 0 4E 53 F 3 47 32
Octal 332 57 46 0 116 123 17 3 107 62
Binary 11011010 101111 100110 0 1001110 1010011 1111 11 1000111 110010

Color Harmonies of #DA2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F26

Black with #DA2F26

Text Example


Text Example

White with #DA2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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