Html Css Color HEX #DA3128 Persian Red

📋 copy color: '#DA3128'

red 218 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #DA3128

Tints of Persian Red #DA3128

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 71.01%
G = 15.96%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA3128 (or 0xDA3128) is known color: Persian Red. HEX triplet: DA, 31 and 28. RGB value is (218,49,40). Sum of RGB (Red+Green+Blue) = 218+49+40=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3128 is #25CED7. Grayscale: #626262. Windows color (decimal): -2477784 or 2634202. OLE color: 2634202.

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

Color convert

RGB 218 49 40 -
CMYK 0 0.78 0.82 0.15
HSL 3.03º 0.71% 0.51% -
HSV(B) 3.03º 0.82% 0.85% -
XYZ 30.39 17.26 3.74 -
YUV 98.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 218 49 40 0 0.78 0.82 0.15 3.03 0.71 0.51
Hex DA 31 28 0 4E 52 F 3 47 33
Octal 332 61 50 0 116 122 17 3 107 63
Binary 11011010 110001 101000 0 1001110 1010010 1111 11 1000111 110011

Color Harmonies of #DA3128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3128

Black with #DA3128

Text Example


Text Example

White with #DA3128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3128; }

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

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

background-color css

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

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

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

border-color css

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

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

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