Html Css Color HEX #D83626 Persian Red

📋 copy color: '#D83626'

red 216 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #D83626

Tints of Persian Red #D83626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 70.13%
G = 17.53%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D83626 (or 0xD83626) is known color: Persian Red. HEX triplet: D8, 36 and 26. RGB value is (216,54,38). Sum of RGB (Red+Green+Blue) = 216+54+38=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D83626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83626 is #27C9D9. Grayscale: #646464. Windows color (decimal): -2607578 or 2504408. OLE color: 2504408.

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

Color convert

RGB 216 54 38 -
CMYK 0 0.75 0.82 0.15
HSL 5.39º 0.7% 0.5% -
HSV(B) 5.39º 0.82% 0.85% -
XYZ 29.99 17.38 3.61 -
YUV 100.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 216 54 38 0 0.75 0.82 0.15 5.39 0.7 0.5
Hex D8 36 26 0 4B 52 F 5 46 32
Octal 330 66 46 0 113 122 17 5 106 62
Binary 11011000 110110 100110 0 1001011 1010010 1111 101 1000110 110010

Color Harmonies of #D83626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83626

Black with #D83626

Text Example


Text Example

White with #D83626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83626; }

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

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

background-color css

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

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

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

border-color css

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

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

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