Html Css Color HEX #D32926 Persian Red

📋 copy color: '#D32926'

red 211 ◦ green 41 ◦ blue 38

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

Shades of Persian Red #D32926

Tints of Persian Red #D32926

RGB

 RED value IS 211 (82.81% from 255) = 72.76%

 GREEN value IS 41 (16.41% from 255) = 14.14%

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 72.76%
G = 14.14%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D32926 (or 0xD32926) is known color: Persian Red. HEX triplet: D3, 29 and 26. RGB value is (211,41,38). Sum of RGB (Red+Green+Blue) = 211+41+38=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D32926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32926 is #2CD6D9. Grayscale: #5B5B5B. Windows color (decimal): -2938586 or 2501075. OLE color: 2501075.

HSL color Cylindrical-coordinate representation of color #D32926: hue angle of 1.04º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32926 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 41 38 -
CMYK 0 0.81 0.82 0.17
HSL 1.04º 0.69% 0.49% -
HSV(B) 1.04º 0.82% 0.83% -
XYZ 28.01 15.57 3.36 -
YUV 91.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 211 41 38 0 0.81 0.82 0.17 1.04 0.69 0.49
Hex D3 29 26 0 51 52 11 1 45 31
Octal 323 51 46 0 121 122 21 1 105 61
Binary 11010011 101001 100110 0 1010001 1010010 10001 1 1000101 110001

Color Harmonies of #D32926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32926

Black with #D32926

Text Example


Text Example

White with #D32926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32926; }

 p { color: rgb(211,41,38); }

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

background-color css

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

 a { background-color: rgb(211,41,38); }

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

border-color css

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

 span { border-color: rgb(211,41,38); }

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