Html Css Color HEX #DA3226 Persian Red

📋 copy color: '#DA3226'

red 218 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #DA3226

Tints of Persian Red #DA3226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 71.24%
G = 16.34%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA3226 (or 0xDA3226) is known color: Persian Red. HEX triplet: DA, 32 and 26. RGB value is (218,50,38). Sum of RGB (Red+Green+Blue) = 218+50+38=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3226 is #25CDD9. Grayscale: #636363. Windows color (decimal): -2477530 or 2503386. OLE color: 2503386.

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

Color convert

RGB 218 50 38 -
CMYK 0 0.77 0.83 0.15
HSL 0.71% 0.5% -
HSV(B) 0.83% 0.85% -
XYZ 30.4 17.33 3.58 -
YUV 98.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 218 50 38 0 0.77 0.83 0.15 4 0.71 0.5
Hex DA 32 26 0 4D 53 F 4 47 32
Octal 332 62 46 0 115 123 17 4 107 62
Binary 11011010 110010 100110 0 1001101 1010011 1111 100 1000111 110010

Color Harmonies of #DA3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3226

Black with #DA3226

Text Example


Text Example

White with #DA3226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3226; }

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

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

background-color css

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

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

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

border-color css

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

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

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