Html Css Color HEX #DA2926 Persian Red

📋 copy color: '#DA2926'

red 218 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #DA2926

Tints of Persian Red #DA2926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 73.4%
G = 13.8%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2926 (or 0xDA2926) is known color: Persian Red. HEX triplet: DA, 29 and 26. RGB value is (218,41,38). Sum of RGB (Red+Green+Blue) = 218+41+38=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2926 is #25D6D9. Grayscale: #5D5D5D. Windows color (decimal): -2479834 or 2501082. OLE color: 2501082.

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

Color convert

RGB 218 41 38 -
CMYK 0 0.81 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.06 16.63 3.46 -
YUV 93.58 96.64 216.74 -
System Red Green Blue C M Y K H S L
Decimal 218 41 38 0 0.81 0.83 0.15 1 0.71 0.5
Hex DA 29 26 0 51 53 F 1 47 32
Octal 332 51 46 0 121 123 17 1 107 62
Binary 11011010 101001 100110 0 1010001 1010011 1111 1 1000111 110010

Color Harmonies of #DA2926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2926

Black with #DA2926

Text Example


Text Example

White with #DA2926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2926; }

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

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

background-color css

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

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

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

border-color css

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

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

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