Html Css Color HEX #D0332B Persian Red

📋 copy color: '#D0332B'

red 208 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #D0332B

Tints of Persian Red #D0332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.89%

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

R = 68.87%
G = 16.89%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0332B (or 0xD0332B) is known color: Persian Red. HEX triplet: D0, 33 and 2B. RGB value is (208,51,43). Sum of RGB (Red+Green+Blue) = 208+51+43=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0332B is #2FCCD4. Grayscale: #616161. Windows color (decimal): -3132629 or 2831312. OLE color: 2831312.

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

Color convert

RGB 208 51 43 -
CMYK 0 0.75 0.79 0.18
HSL 2.91º 0.66% 0.49% -
HSV(B) 2.91º 0.79% 0.82% -
XYZ 27.63 15.95 3.91 -
YUV 97.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 208 51 43 0 0.75 0.79 0.18 2.91 0.66 0.49
Hex D0 33 2B 0 4B 4F 12 3 42 31
Octal 320 63 53 0 113 117 22 3 102 61
Binary 11010000 110011 101011 0 1001011 1001111 10010 11 1000010 110001

Color Harmonies of #D0332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0332B

Black with #D0332B

Text Example


Text Example

White with #D0332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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