Html Css Color HEX #D83430 Persian Red

📋 copy color: '#D83430'

red 216 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #D83430

Tints of Persian Red #D83430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 68.35%
G = 16.46%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D83430 (or 0xD83430) is known color: Persian Red. HEX triplet: D8, 34 and 30. RGB value is (216,52,48). Sum of RGB (Red+Green+Blue) = 216+52+48=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D83430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83430 is #27CBCF. Grayscale: #646464. Windows color (decimal): -2608080 or 3159256. OLE color: 3159256.

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

Color convert

RGB 216 52 48 -
CMYK 0 0.76 0.78 0.15
HSL 1.43º 0.68% 0.52% -
HSV(B) 1.43º 0.78% 0.85% -
XYZ 30.08 17.27 4.54 -
YUV 100.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 216 52 48 0 0.76 0.78 0.15 1.43 0.68 0.52
Hex D8 34 30 0 4C 4E F 1 44 34
Octal 330 64 60 0 114 116 17 1 104 64
Binary 11011000 110100 110000 0 1001100 1001110 1111 1 1000100 110100

Color Harmonies of #D83430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83430

Black with #D83430

Text Example


Text Example

White with #D83430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83430; }

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

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

background-color css

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

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

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

border-color css

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

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

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