Html Css Color HEX #D83129 Persian Red

📋 copy color: '#D83129'

red 216 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #D83129

Tints of Persian Red #D83129

RGB

 RED value IS 216 (84.77% from 255) = 70.59%

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 70.59%
G = 16.01%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D83129 (or 0xD83129) is known color: Persian Red. HEX triplet: D8, 31 and 29. RGB value is (216,49,41). Sum of RGB (Red+Green+Blue) = 216+49+41=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D83129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83129 is #27CED6. Grayscale: #626262. Windows color (decimal): -2608855 or 2699736. OLE color: 2699736.

HSL color Cylindrical-coordinate representation of color #D83129: hue angle of 2.74º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83129 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 41 -
CMYK 0 0.77 0.81 0.15
HSL 2.74º 0.69% 0.5% -
HSV(B) 2.74º 0.81% 0.85% -
XYZ 29.82 16.96 3.8 -
YUV 98.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 216 49 41 0 0.77 0.81 0.15 2.74 0.69 0.5
Hex D8 31 29 0 4D 51 F 3 45 32
Octal 330 61 51 0 115 121 17 3 105 62
Binary 11011000 110001 101001 0 1001101 1010001 1111 11 1000101 110010

Color Harmonies of #D83129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83129

Black with #D83129

Text Example


Text Example

White with #D83129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83129; }

 p { color: rgb(216,49,41); }

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

background-color css

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

 a { background-color: rgb(216,49,41); }

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

border-color css

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

 span { border-color: rgb(216,49,41); }

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