Html Css Color HEX #DA342A Persian Red

📋 copy color: '#DA342A'

red 218 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #DA342A

Tints of Persian Red #DA342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 69.87%
G = 16.67%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA342A (or 0xDA342A) is known color: Persian Red. HEX triplet: DA, 34 and 2A. RGB value is (218,52,42). Sum of RGB (Red+Green+Blue) = 218+52+42=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA342A is #25CBD5. Grayscale: #646464. Windows color (decimal): -2477014 or 2766042. OLE color: 2766042.

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

Color convert

RGB 218 52 42 -
CMYK 0 0.76 0.81 0.15
HSL 3.41º 0.7% 0.51% -
HSV(B) 3.41º 0.81% 0.85% -
XYZ 30.56 17.53 3.96 -
YUV 100.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 218 52 42 0 0.76 0.81 0.15 3.41 0.7 0.51
Hex DA 34 2A 0 4C 51 F 3 46 33
Octal 332 64 52 0 114 121 17 3 106 63
Binary 11011010 110100 101010 0 1001100 1010001 1111 11 1000110 110011

Color Harmonies of #DA342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA342A

Black with #DA342A

Text Example


Text Example

White with #DA342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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