Html Css Color HEX #DA3432 Persian Red

📋 copy color: '#DA3432'

red 218 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #DA3432

Tints of Persian Red #DA3432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.25%

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

R = 68.13%
G = 16.25%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA3432 (or 0xDA3432) is known color: Persian Red. HEX triplet: DA, 34 and 32. RGB value is (218,52,50). Sum of RGB (Red+Green+Blue) = 218+52+50=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3432 is #25CBCD. Grayscale: #656565. Windows color (decimal): -2477006 or 3290330. OLE color: 3290330.

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

Color convert

RGB 218 52 50 -
CMYK 0 0.76 0.77 0.15
HSL 0.71º 0.69% 0.53% -
HSV(B) 0.71º 0.77% 0.85% -
XYZ 30.72 17.59 4.79 -
YUV 101.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 218 52 50 0 0.76 0.77 0.15 0.71 0.69 0.53
Hex DA 34 32 0 4C 4D F 1 45 35
Octal 332 64 62 0 114 115 17 1 105 65
Binary 11011010 110100 110010 0 1001100 1001101 1111 1 1000101 110101

Color Harmonies of #DA3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3432

Black with #DA3432

Text Example


Text Example

White with #DA3432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3432; }

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

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

background-color css

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

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

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

border-color css

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

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

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