Html Css Color HEX #D83328 Persian Red

📋 copy color: '#D83328'

red 216 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #D83328

Tints of Persian Red #D83328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 70.36%
G = 16.61%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D83328 (or 0xD83328) is known color: Persian Red. HEX triplet: D8, 33 and 28. RGB value is (216,51,40). Sum of RGB (Red+Green+Blue) = 216+51+40=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D83328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83328 is #27CCD7. Grayscale: #636363. Windows color (decimal): -2608344 or 2634712. OLE color: 2634712.

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

Color convert

RGB 216 51 40 -
CMYK 0 0.76 0.81 0.15
HSL 3.75º 0.69% 0.5% -
HSV(B) 3.75º 0.81% 0.85% -
XYZ 29.89 17.12 3.74 -
YUV 99.08 94.66 211.39 -
System Red Green Blue C M Y K H S L
Decimal 216 51 40 0 0.76 0.81 0.15 3.75 0.69 0.5
Hex D8 33 28 0 4C 51 F 4 45 32
Octal 330 63 50 0 114 121 17 4 105 62
Binary 11011000 110011 101000 0 1001100 1010001 1111 100 1000101 110010

Color Harmonies of #D83328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83328

Black with #D83328

Text Example


Text Example

White with #D83328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83328; }

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

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

background-color css

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

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

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

border-color css

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

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

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