Html Css Color HEX #D83426 Persian Red

📋 copy color: '#D83426'

red 216 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #D83426

Tints of Persian Red #D83426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.42%

R = 70.59%
G = 16.99%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D83426 (or 0xD83426) is known color: Persian Red. HEX triplet: D8, 34 and 26. RGB value is (216,52,38). Sum of RGB (Red+Green+Blue) = 216+52+38=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D83426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83426 is #27CBD9. Grayscale: #636363. Windows color (decimal): -2608090 or 2503896. OLE color: 2503896.

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

Color convert

RGB 216 52 38 -
CMYK 0 0.76 0.82 0.15
HSL 4.72º 0.7% 0.5% -
HSV(B) 4.72º 0.82% 0.85% -
XYZ 29.9 17.19 3.58 -
YUV 99.44 93.33 211.14 -
System Red Green Blue C M Y K H S L
Decimal 216 52 38 0 0.76 0.82 0.15 4.72 0.7 0.5
Hex D8 34 26 0 4C 52 F 5 46 32
Octal 330 64 46 0 114 122 17 5 106 62
Binary 11011000 110100 100110 0 1001100 1010010 1111 101 1000110 110010

Color Harmonies of #D83426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83426

Black with #D83426

Text Example


Text Example

White with #D83426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83426; }

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

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

background-color css

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

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

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

border-color css

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

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

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