Html Css Color HEX #D0352E Persian Red

📋 copy color: '#D0352E'

red 208 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #D0352E

Tints of Persian Red #D0352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

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

R = 67.75%
G = 17.26%
B = 14.98%

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

#D0352E (or 0xD0352E) is known color: Persian Red. HEX triplet: D0, 35 and 2E. RGB value is (208,53,46). Sum of RGB (Red+Green+Blue) = 208+53+46=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0352E is #2FCAD1. Grayscale: #626262. Windows color (decimal): -3132114 or 3028432. OLE color: 3028432.

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

Color convert

RGB 208 53 46 -
CMYK 0 0.75 0.78 0.18
HSL 2.59º 0.64% 0.5% -
HSV(B) 2.59º 0.78% 0.82% -
XYZ 27.78 16.15 4.24 -
YUV 98.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 208 53 46 0 0.75 0.78 0.18 2.59 0.64 0.5
Hex D0 35 2E 0 4B 4E 12 3 40 32
Octal 320 65 56 0 113 116 22 3 100 62
Binary 11010000 110101 101110 0 1001011 1001110 10010 11 1000000 110010

Color Harmonies of #D0352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0352E

Black with #D0352E

Text Example


Text Example

White with #D0352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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