Html Css Color HEX #D83024 Persian Red

📋 copy color: '#D83024'

red 216 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #D83024

Tints of Persian Red #D83024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 36 (14.45% from 255) = 12%

R = 72%
G = 16%
B = 12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D83024 (or 0xD83024) is known color: Persian Red. HEX triplet: D8, 30 and 24. RGB value is (216,48,36). Sum of RGB (Red+Green+Blue) = 216+48+36=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D83024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83024 is #27CFDB. Grayscale: #616161. Windows color (decimal): -2609116 or 2371800. OLE color: 2371800.

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

Color convert

RGB 216 48 36 -
CMYK 0 0.78 0.83 0.15
HSL 0.71% 0.49% -
HSV(B) 0.83% 0.85% -
XYZ 29.69 16.84 3.35 -
YUV 96.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 216 48 36 0 0.78 0.83 0.15 4 0.71 0.49
Hex D8 30 24 0 4E 53 F 4 47 31
Octal 330 60 44 0 116 123 17 4 107 61
Binary 11011000 110000 100100 0 1001110 1010011 1111 100 1000111 110001

Color Harmonies of #D83024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83024

Black with #D83024

Text Example


Text Example

White with #D83024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83024; }

 p { color: rgb(216,48,36); }

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

background-color css

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

 a { background-color: rgb(216,48,36); }

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

border-color css

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

 span { border-color: rgb(216,48,36); }

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