Html Css Color HEX #D83930 Persian Red

📋 copy color: '#D83930'

red 216 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #D83930

Tints of Persian Red #D83930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 67.29%
G = 17.76%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D83930 (or 0xD83930) is known color: Persian Red. HEX triplet: D8, 39 and 30. RGB value is (216,57,48). Sum of RGB (Red+Green+Blue) = 216+57+48=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83930 is #27C6CF. Grayscale: #676767. Windows color (decimal): -2606800 or 3160536. OLE color: 3160536.

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

Color convert

RGB 216 57 48 -
CMYK 0 0.74 0.78 0.15
HSL 3.21º 0.68% 0.52% -
HSV(B) 3.21º 0.78% 0.85% -
XYZ 30.32 17.74 4.62 -
YUV 103.52 96.68 208.23 -
System Red Green Blue C M Y K H S L
Decimal 216 57 48 0 0.74 0.78 0.15 3.21 0.68 0.52
Hex D8 39 30 0 4A 4E F 3 44 34
Octal 330 71 60 0 112 116 17 3 104 64
Binary 11011000 111001 110000 0 1001010 1001110 1111 11 1000100 110100

Color Harmonies of #D83930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83930

Black with #D83930

Text Example


Text Example

White with #D83930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83930; }

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

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

background-color css

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

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

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

border-color css

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

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

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