Html Css Color HEX #D82323 Persian Red

📋 copy color: '#D82323'

red 216 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #D82323

Tints of Persian Red #D82323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 75.52%
G = 12.24%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D82323 (or 0xD82323) is known color: Persian Red. HEX triplet: D8, 23 and 23. RGB value is (216,35,35). Sum of RGB (Red+Green+Blue) = 216+35+35=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D82323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82323 is #27DCDC. Grayscale: #595959. Windows color (decimal): -2612445 or 2302936. OLE color: 2302936.

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

Color convert

RGB 216 35 35 -
CMYK 0 0.84 0.84 0.15
HSL 0.72% 0.49% -
HSV(B) 0.84% 0.85% -
XYZ 29.22 15.92 3.12 -
YUV 89.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 216 35 35 0 0.84 0.84 0.15 0 0.72 0.49
Hex D8 23 23 0 54 54 F 0 48 31
Octal 330 43 43 0 124 124 17 0 110 61
Binary 11011000 100011 100011 0 1010100 1010100 1111 0 1001000 110001

Color Harmonies of #D82323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82323

Black with #D82323

Text Example


Text Example

White with #D82323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82323; }

 p { color: rgb(216,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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