Html Css Color HEX #D83727 Persian Red

📋 copy color: '#D83727'

red 216 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #D83727

Tints of Persian Red #D83727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 69.68%
G = 17.74%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D83727 (or 0xD83727) is known color: Persian Red. HEX triplet: D8, 37 and 27. RGB value is (216,55,39). Sum of RGB (Red+Green+Blue) = 216+55+39=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D83727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83727 is #27C8D8. Grayscale: #656565. Windows color (decimal): -2607321 or 2570200. OLE color: 2570200.

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

Color convert

RGB 216 55 39 -
CMYK 0 0.75 0.82 0.15
HSL 5.42º 0.69% 0.5% -
HSV(B) 5.42º 0.82% 0.85% -
XYZ 30.05 17.48 3.71 -
YUV 101.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 216 55 39 0 0.75 0.82 0.15 5.42 0.69 0.5
Hex D8 37 27 0 4B 52 F 5 45 32
Octal 330 67 47 0 113 122 17 5 105 62
Binary 11011000 110111 100111 0 1001011 1010010 1111 101 1000101 110010

Color Harmonies of #D83727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83727

Black with #D83727

Text Example


Text Example

White with #D83727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83727; }

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

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

background-color css

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

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

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

border-color css

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

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

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