Html Css Color HEX #DA342F Persian Red

📋 copy color: '#DA342F'

red 218 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #DA342F

Tints of Persian Red #DA342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 68.77%
G = 16.4%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA342F (or 0xDA342F) is known color: Persian Red. HEX triplet: DA, 34 and 2F. RGB value is (218,52,47). Sum of RGB (Red+Green+Blue) = 218+52+47=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA342F is #25CBD0. Grayscale: #656565. Windows color (decimal): -2477009 or 3093722. OLE color: 3093722.

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

Color convert

RGB 218 52 47 -
CMYK 0 0.76 0.78 0.15
HSL 1.75º 0.7% 0.52% -
HSV(B) 1.75º 0.78% 0.85% -
XYZ 30.65 17.57 4.46 -
YUV 101.06 97.5 211.41 -
System Red Green Blue C M Y K H S L
Decimal 218 52 47 0 0.76 0.78 0.15 1.75 0.7 0.52
Hex DA 34 2F 0 4C 4E F 2 46 34
Octal 332 64 57 0 114 116 17 2 106 64
Binary 11011010 110100 101111 0 1001100 1001110 1111 10 1000110 110100

Color Harmonies of #DA342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA342F

Black with #DA342F

Text Example


Text Example

White with #DA342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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