Html Css Color HEX #D83027 Persian Red

📋 copy color: '#D83027'

red 216 ◦ green 48 ◦ blue 39

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

Shades of Persian Red #D83027

Tints of Persian Red #D83027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 71.29%
G = 15.84%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D83027 (or 0xD83027) is known color: Persian Red. HEX triplet: D8, 30 and 27. RGB value is (216,48,39). Sum of RGB (Red+Green+Blue) = 216+48+39=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D83027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83027 is #27CFD8. Grayscale: #616161. Windows color (decimal): -2609113 or 2568408. OLE color: 2568408.

HSL color Cylindrical-coordinate representation of color #D83027: hue angle of 3.05º degrees, saturation: 0.69, 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 #D83027 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 39 -
CMYK 0 0.78 0.82 0.15
HSL 3.05º 0.69% 0.5% -
HSV(B) 3.05º 0.82% 0.85% -
XYZ 29.74 16.86 3.61 -
YUV 97.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 216 48 39 0 0.78 0.82 0.15 3.05 0.69 0.5
Hex D8 30 27 0 4E 52 F 3 45 32
Octal 330 60 47 0 116 122 17 3 105 62
Binary 11011000 110000 100111 0 1001110 1010010 1111 11 1000101 110010

Color Harmonies of #D83027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83027

Black with #D83027

Text Example


Text Example

White with #D83027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83027; }

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

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

background-color css

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

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

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

border-color css

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

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

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