Html Css Color HEX #DA342C Persian Red

📋 copy color: '#DA342C'

red 218 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #DA342C

Tints of Persian Red #DA342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.01%

R = 69.43%
G = 16.56%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA342C (or 0xDA342C) is known color: Persian Red. HEX triplet: DA, 34 and 2C. RGB value is (218,52,44). Sum of RGB (Red+Green+Blue) = 218+52+44=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA342C is #25CBD3. Grayscale: #646464. Windows color (decimal): -2477012 or 2897114. OLE color: 2897114.

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

Color convert

RGB 218 52 44 -
CMYK 0 0.76 0.80 0.15
HSL 2.76º 0.7% 0.51% -
HSV(B) 2.76º 0.8% 0.85% -
XYZ 30.6 17.54 4.16 -
YUV 100.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 218 52 44 0 0.76 0.80 0.15 2.76 0.7 0.51
Hex DA 34 2C 0 4C 50 F 3 46 33
Octal 332 64 54 0 114 120 17 3 106 63
Binary 11011010 110100 101100 0 1001100 1010000 1111 11 1000110 110011

Color Harmonies of #DA342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA342C

Black with #DA342C

Text Example


Text Example

White with #DA342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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