Html Css Color HEX #DA3228 Persian Red

📋 copy color: '#DA3228'

red 218 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #DA3228

Tints of Persian Red #DA3228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 70.78%
G = 16.23%
B = 12.99%

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

#DA3228 (or 0xDA3228) is known color: Persian Red. HEX triplet: DA, 32 and 28. RGB value is (218,50,40). Sum of RGB (Red+Green+Blue) = 218+50+40=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3228 is #25CDD7. Grayscale: #636363. Windows color (decimal): -2477528 or 2634458. OLE color: 2634458.

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

Color convert

RGB 218 50 40 -
CMYK 0 0.77 0.82 0.15
HSL 3.37º 0.71% 0.51% -
HSV(B) 3.37º 0.82% 0.85% -
XYZ 30.44 17.34 3.75 -
YUV 99.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 218 50 40 0 0.77 0.82 0.15 3.37 0.71 0.51
Hex DA 32 28 0 4D 52 F 3 47 33
Octal 332 62 50 0 115 122 17 3 107 63
Binary 11011010 110010 101000 0 1001101 1010010 1111 11 1000111 110011

Color Harmonies of #DA3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3228

Black with #DA3228

Text Example


Text Example

White with #DA3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3228; }

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

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

background-color css

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

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

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

border-color css

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

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

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