Html Css Color HEX #D0342E Persian Red

📋 copy color: '#D0342E'

red 208 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #D0342E

Tints of Persian Red #D0342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 67.97%
G = 16.99%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0342E (or 0xD0342E) is known color: Persian Red. HEX triplet: D0, 34 and 2E. RGB value is (208,52,46). Sum of RGB (Red+Green+Blue) = 208+52+46=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0342E is #2FCBD1. Grayscale: #626262. Windows color (decimal): -3132370 or 3028176. OLE color: 3028176.

HSL color Cylindrical-coordinate representation of color #D0342E: hue angle of 2.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0342E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 46 -
CMYK 0 0.75 0.78 0.18
HSL 2.22º 0.64% 0.5% -
HSV(B) 2.22º 0.78% 0.82% -
XYZ 27.73 16.06 4.22 -
YUV 97.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 208 52 46 0 0.75 0.78 0.18 2.22 0.64 0.5
Hex D0 34 2E 0 4B 4E 12 2 40 32
Octal 320 64 56 0 113 116 22 2 100 62
Binary 11010000 110100 101110 0 1001011 1001110 10010 10 1000000 110010

Color Harmonies of #D0342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0342E

Black with #D0342E

Text Example


Text Example

White with #D0342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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