Html Css Color HEX #D83327 Persian Red

📋 copy color: '#D83327'

red 216 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #D83327

Tints of Persian Red #D83327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.67%

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

R = 70.59%
G = 16.67%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D83327 (or 0xD83327) is known color: Persian Red. HEX triplet: D8, 33 and 27. RGB value is (216,51,39). Sum of RGB (Red+Green+Blue) = 216+51+39=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D83327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83327 is #27CCD8. Grayscale: #636363. Windows color (decimal): -2608345 or 2569176. OLE color: 2569176.

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

Color convert

RGB 216 51 39 -
CMYK 0 0.76 0.82 0.15
HSL 4.07º 0.69% 0.5% -
HSV(B) 4.07º 0.82% 0.85% -
XYZ 29.87 17.11 3.65 -
YUV 98.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 216 51 39 0 0.76 0.82 0.15 4.07 0.69 0.5
Hex D8 33 27 0 4C 52 F 4 45 32
Octal 330 63 47 0 114 122 17 4 105 62
Binary 11011000 110011 100111 0 1001100 1010010 1111 100 1000101 110010

Color Harmonies of #D83327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83327

Black with #D83327

Text Example


Text Example

White with #D83327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83327; }

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

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

background-color css

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

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

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

border-color css

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

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

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