Html Css Color HEX #D0342A Persian Red

📋 copy color: '#D0342A'

red 208 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #D0342A

Tints of Persian Red #D0342A

RGB

 RED value IS 208 (81.64% from 255) = 68.87%

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

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

R = 68.87%
G = 17.22%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0342A (or 0xD0342A) is known color: Persian Red. HEX triplet: D0, 34 and 2A. RGB value is (208,52,42). Sum of RGB (Red+Green+Blue) = 208+52+42=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0342A is #2FCBD5. Grayscale: #616161. Windows color (decimal): -3132374 or 2766032. OLE color: 2766032.

HSL color Cylindrical-coordinate representation of color #D0342A: hue angle of 3.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0342A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 42 -
CMYK 0 0.75 0.80 0.18
HSL 3.61º 0.66% 0.49% -
HSV(B) 3.61º 0.8% 0.82% -
XYZ 27.66 16.03 3.83 -
YUV 97.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 208 52 42 0 0.75 0.80 0.18 3.61 0.66 0.49
Hex D0 34 2A 0 4B 50 12 4 42 31
Octal 320 64 52 0 113 120 22 4 102 61
Binary 11010000 110100 101010 0 1001011 1010000 10010 100 1000010 110001

Color Harmonies of #D0342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0342A

Black with #D0342A

Text Example


Text Example

White with #D0342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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