Html Css Color HEX #D0342D Persian Red

📋 copy color: '#D0342D'

red 208 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #D0342D

Tints of Persian Red #D0342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 68.2%
G = 17.05%
B = 14.75%

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

#D0342D (or 0xD0342D) is known color: Persian Red. HEX triplet: D0, 34 and 2D. RGB value is (208,52,45). Sum of RGB (Red+Green+Blue) = 208+52+45=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0342D is #2FCBD2. Grayscale: #626262. Windows color (decimal): -3132371 or 2962640. OLE color: 2962640.

HSL color Cylindrical-coordinate representation of color #D0342D: hue angle of 2.58º 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 #D0342D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 45 -
CMYK 0 0.75 0.78 0.18
HSL 2.58º 0.64% 0.5% -
HSV(B) 2.58º 0.78% 0.82% -
XYZ 27.71 16.06 4.12 -
YUV 97.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 208 52 45 0 0.75 0.78 0.18 2.58 0.64 0.5
Hex D0 34 2D 0 4B 4E 12 3 40 32
Octal 320 64 55 0 113 116 22 3 100 62
Binary 11010000 110100 101101 0 1001011 1001110 10010 11 1000000 110010

Color Harmonies of #D0342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0342D

Black with #D0342D

Text Example


Text Example

White with #D0342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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