Html Css Color HEX #D0372D Persian Red

📋 copy color: '#D0372D'

red 208 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #D0372D

Tints of Persian Red #D0372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 67.53%
G = 17.86%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0372D (or 0xD0372D) is known color: Persian Red. HEX triplet: D0, 37 and 2D. RGB value is (208,55,45). Sum of RGB (Red+Green+Blue) = 208+55+45=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0372D is #2FC8D2. Grayscale: #636363. Windows color (decimal): -3131603 or 2963408. OLE color: 2963408.

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

Color convert

RGB 208 55 45 -
CMYK 0 0.74 0.78 0.18
HSL 3.68º 0.64% 0.5% -
HSV(B) 3.68º 0.78% 0.82% -
XYZ 27.85 16.33 4.17 -
YUV 99.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 208 55 45 0 0.74 0.78 0.18 3.68 0.64 0.5
Hex D0 37 2D 0 4A 4E 12 4 40 32
Octal 320 67 55 0 112 116 22 4 100 62
Binary 11010000 110111 101101 0 1001010 1001110 10010 100 1000000 110010

Color Harmonies of #D0372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0372D

Black with #D0372D

Text Example


Text Example

White with #D0372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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