Html Css Color HEX #D82A23 Persian Red

📋 copy color: '#D82A23'

red 216 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #D82A23

Tints of Persian Red #D82A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

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

R = 73.72%
G = 14.33%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D82A23 (or 0xD82A23) is known color: Persian Red. HEX triplet: D8, 2A and 23. RGB value is (216,42,35). Sum of RGB (Red+Green+Blue) = 216+42+35=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A23 is #27D5DC. Grayscale: #5D5D5D. Windows color (decimal): -2610653 or 2304728. OLE color: 2304728.

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

Color convert

RGB 216 42 35 -
CMYK 0 0.81 0.84 0.15
HSL 2.32º 0.72% 0.49% -
HSV(B) 2.32º 0.84% 0.85% -
XYZ 29.45 16.38 3.2 -
YUV 93.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 216 42 35 0 0.81 0.84 0.15 2.32 0.72 0.49
Hex D8 2A 23 0 51 54 F 2 48 31
Octal 330 52 43 0 121 124 17 2 110 61
Binary 11011000 101010 100011 0 1010001 1010100 1111 10 1001000 110001

Color Harmonies of #D82A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A23

Black with #D82A23

Text Example


Text Example

White with #D82A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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