Html Css Color HEX #D83126 Persian Red

📋 copy color: '#D83126'

red 216 ◦ green 49 ◦ blue 38

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

Shades of Persian Red #D83126

Tints of Persian Red #D83126

RGB

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

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

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

R = 71.29%
G = 16.17%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D83126 (or 0xD83126) is known color: Persian Red. HEX triplet: D8, 31 and 26. RGB value is (216,49,38). Sum of RGB (Red+Green+Blue) = 216+49+38=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D83126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83126 is #27CED9. Grayscale: #616161. Windows color (decimal): -2608858 or 2503128. OLE color: 2503128.

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

Color convert

RGB 216 49 38 -
CMYK 0 0.77 0.82 0.15
HSL 3.71º 0.7% 0.5% -
HSV(B) 3.71º 0.82% 0.85% -
XYZ 29.77 16.94 3.53 -
YUV 97.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 216 49 38 0 0.77 0.82 0.15 3.71 0.7 0.5
Hex D8 31 26 0 4D 52 F 4 46 32
Octal 330 61 46 0 115 122 17 4 106 62
Binary 11011000 110001 100110 0 1001101 1010010 1111 100 1000110 110010

Color Harmonies of #D83126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83126

Black with #D83126

Text Example


Text Example

White with #D83126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83126; }

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

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

background-color css

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

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

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

border-color css

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

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

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