Html Css Color HEX #D0382B Persian Red

📋 copy color: '#D0382B'

red 208 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #D0382B

Tints of Persian Red #D0382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 67.75%
G = 18.24%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0382B (or 0xD0382B) is known color: Persian Red. HEX triplet: D0, 38 and 2B. RGB value is (208,56,43). Sum of RGB (Red+Green+Blue) = 208+56+43=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0382B is #2FC7D4. Grayscale: #646464. Windows color (decimal): -3131349 or 2832592. OLE color: 2832592.

HSL color Cylindrical-coordinate representation of color #D0382B: hue angle of 4.73º degrees, saturation: 0.66, 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 #D0382B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 56 43 -
CMYK 0 0.73 0.79 0.18
HSL 4.73º 0.66% 0.49% -
HSV(B) 4.73º 0.79% 0.82% -
XYZ 27.86 16.41 3.98 -
YUV 99.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 208 56 43 0 0.73 0.79 0.18 4.73 0.66 0.49
Hex D0 38 2B 0 49 4F 12 5 42 31
Octal 320 70 53 0 111 117 22 5 102 61
Binary 11010000 111000 101011 0 1001001 1001111 10010 101 1000010 110001

Color Harmonies of #D0382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0382B

Black with #D0382B

Text Example


Text Example

White with #D0382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0382B; }

 p { color: rgb(208,56,43); }

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

background-color css

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

 a { background-color: rgb(208,56,43); }

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

border-color css

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

 span { border-color: rgb(208,56,43); }

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