Html Css Color HEX #DA3232 Persian Red

📋 copy color: '#DA3232'

red 218 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #DA3232

Tints of Persian Red #DA3232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.72%

R = 68.55%
G = 15.72%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3232 (or 0xDA3232) is known color: Persian Red. HEX triplet: DA, 32 and 32. RGB value is (218,50,50). Sum of RGB (Red+Green+Blue) = 218+50+50=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3232 is #25CDCD. Grayscale: #646464. Windows color (decimal): -2477518 or 3289818. OLE color: 3289818.

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

Color convert

RGB 218 50 50 -
CMYK 0 0.77 0.77 0.15
HSL 0.69% 0.53% -
HSV(B) 0.77% 0.85% -
XYZ 30.63 17.42 4.77 -
YUV 100.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 218 50 50 0 0.77 0.77 0.15 0 0.69 0.53
Hex DA 32 32 0 4D 4D F 0 45 35
Octal 332 62 62 0 115 115 17 0 105 65
Binary 11011010 110010 110010 0 1001101 1001101 1111 0 1000101 110101

Color Harmonies of #DA3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3232

Black with #DA3232

Text Example


Text Example

White with #DA3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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