Html Css Color HEX #DA3227 Persian Red

📋 copy color: '#DA3227'

red 218 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #DA3227

Tints of Persian Red #DA3227

RGB

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

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

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

R = 71.01%
G = 16.29%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3227 (or 0xDA3227) is known color: Persian Red. HEX triplet: DA, 32 and 27. RGB value is (218,50,39). Sum of RGB (Red+Green+Blue) = 218+50+39=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3227 is #25CDD8. Grayscale: #636363. Windows color (decimal): -2477529 or 2568922. OLE color: 2568922.

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

Color convert

RGB 218 50 39 -
CMYK 0 0.77 0.82 0.15
HSL 3.69º 0.71% 0.5% -
HSV(B) 3.69º 0.82% 0.85% -
XYZ 30.42 17.33 3.66 -
YUV 98.98 94.16 212.89 -
System Red Green Blue C M Y K H S L
Decimal 218 50 39 0 0.77 0.82 0.15 3.69 0.71 0.5
Hex DA 32 27 0 4D 52 F 4 47 32
Octal 332 62 47 0 115 122 17 4 107 62
Binary 11011010 110010 100111 0 1001101 1010010 1111 100 1000111 110010

Color Harmonies of #DA3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3227

Black with #DA3227

Text Example


Text Example

White with #DA3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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