Html Css Color HEX #D83125 Persian Red

📋 copy color: '#D83125'

red 216 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #D83125

Tints of Persian Red #D83125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 71.52%
G = 16.23%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D83125 (or 0xD83125) is known color: Persian Red. HEX triplet: D8, 31 and 25. RGB value is (216,49,37). Sum of RGB (Red+Green+Blue) = 216+49+37=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D83125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83125 is #27CEDA. Grayscale: #616161. Windows color (decimal): -2608859 or 2437592. OLE color: 2437592.

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

Color convert

RGB 216 49 37 -
CMYK 0 0.77 0.83 0.15
HSL 4.02º 0.71% 0.5% -
HSV(B) 4.02º 0.83% 0.85% -
XYZ 29.75 16.93 3.45 -
YUV 97.57 93.83 212.48 -
System Red Green Blue C M Y K H S L
Decimal 216 49 37 0 0.77 0.83 0.15 4.02 0.71 0.5
Hex D8 31 25 0 4D 53 F 4 47 32
Octal 330 61 45 0 115 123 17 4 107 62
Binary 11011000 110001 100101 0 1001101 1010011 1111 100 1000111 110010

Color Harmonies of #D83125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83125

Black with #D83125

Text Example


Text Example

White with #D83125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83125; }

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

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

background-color css

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

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

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

border-color css

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

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

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