Html Css Color HEX #D0342F Persian Red

📋 copy color: '#D0342F'

red 208 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #D0342F

Tints of Persian Red #D0342F

RGB

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

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

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

R = 67.75%
G = 16.94%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0342F (or 0xD0342F) is known color: Persian Red. HEX triplet: D0, 34 and 2F. RGB value is (208,52,47). Sum of RGB (Red+Green+Blue) = 208+52+47=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0342F is #2FCBD0. Grayscale: #626262. Windows color (decimal): -3132369 or 3093712. OLE color: 3093712.

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

Color convert

RGB 208 52 47 -
CMYK 0 0.75 0.77 0.18
HSL 1.86º 0.63% 0.5% -
HSV(B) 1.86º 0.77% 0.82% -
XYZ 27.75 16.07 4.33 -
YUV 98.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 208 52 47 0 0.75 0.77 0.18 1.86 0.63 0.5
Hex D0 34 2F 0 4B 4D 12 2 3F 32
Octal 320 64 57 0 113 115 22 2 77 62
Binary 11010000 110100 101111 0 1001011 1001101 10010 10 111111 110010

Color Harmonies of #D0342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0342F

Black with #D0342F

Text Example


Text Example

White with #D0342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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