Html Css Color HEX #DA3434 Persian Red

📋 copy color: '#DA3434'

red 218 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #DA3434

Tints of Persian Red #DA3434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 67.7%
G = 16.15%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3434 (or 0xDA3434) is known color: Persian Red. HEX triplet: DA, 34 and 34. RGB value is (218,52,52). Sum of RGB (Red+Green+Blue) = 218+52+52=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3434 is #25CBCB. Grayscale: #656565. Windows color (decimal): -2477004 or 3421402. OLE color: 3421402.

HSL color Cylindrical-coordinate representation of color #DA3434: 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.76%. Process color model (Four color, CMYK) of #DA3434 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 52 52 -
CMYK 0 0.76 0.76 0.15
HSL 0.69% 0.53% -
HSV(B) 0.76% 0.85% -
XYZ 30.76 17.61 5.03 -
YUV 101.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 218 52 52 0 0.76 0.76 0.15 0 0.69 0.53
Hex DA 34 34 0 4C 4C F 0 45 35
Octal 332 64 64 0 114 114 17 0 105 65
Binary 11011010 110100 110100 0 1001100 1001100 1111 0 1000101 110101

Color Harmonies of #DA3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3434

Black with #DA3434

Text Example


Text Example

White with #DA3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3434; }

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

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

background-color css

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

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

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

border-color css

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

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

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