Html Css Color HEX #D83130 Persian Red

📋 copy color: '#D83130'

red 216 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #D83130

Tints of Persian Red #D83130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 69.01%
G = 15.65%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D83130 (or 0xD83130) is known color: Persian Red. HEX triplet: D8, 31 and 30. RGB value is (216,49,48). Sum of RGB (Red+Green+Blue) = 216+49+48=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D83130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83130 is #27CECF. Grayscale: #626262. Windows color (decimal): -2608848 or 3158488. OLE color: 3158488.

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

Color convert

RGB 216 49 48 -
CMYK 0 0.77 0.78 0.15
HSL 0.36º 0.68% 0.52% -
HSV(B) 0.36º 0.78% 0.85% -
XYZ 29.95 17.01 4.5 -
YUV 98.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 216 49 48 0 0.77 0.78 0.15 0.36 0.68 0.52
Hex D8 31 30 0 4D 4E F 0 44 34
Octal 330 61 60 0 115 116 17 0 104 64
Binary 11011000 110001 110000 0 1001101 1001110 1111 0 1000100 110100

Color Harmonies of #D83130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83130

Black with #D83130

Text Example


Text Example

White with #D83130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83130; }

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

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

background-color css

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

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

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

border-color css

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

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

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