Html Css Color HEX #D0372C Persian Red

📋 copy color: '#D0372C'

red 208 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #D0372C

Tints of Persian Red #D0372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 67.75%
G = 17.92%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0372C (or 0xD0372C) is known color: Persian Red. HEX triplet: D0, 37 and 2C. RGB value is (208,55,44). Sum of RGB (Red+Green+Blue) = 208+55+44=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0372C is #2FC8D3. Grayscale: #636363. Windows color (decimal): -3131604 or 2897872. OLE color: 2897872.

HSL color Cylindrical-coordinate representation of color #D0372C: hue angle of 4.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0372C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 44 -
CMYK 0 0.74 0.79 0.18
HSL 4.02º 0.65% 0.49% -
HSV(B) 4.02º 0.79% 0.82% -
XYZ 27.83 16.32 4.07 -
YUV 99.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 208 55 44 0 0.74 0.79 0.18 4.02 0.65 0.49
Hex D0 37 2C 0 4A 4F 12 4 41 31
Octal 320 67 54 0 112 117 22 4 101 61
Binary 11010000 110111 101100 0 1001010 1001111 10010 100 1000001 110001

Color Harmonies of #D0372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0372C

Black with #D0372C

Text Example


Text Example

White with #D0372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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