Html Css Color HEX #D63828 Persian Red

📋 copy color: '#D63828'

red 214 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #D63828

Tints of Persian Red #D63828

RGB

 RED value IS 214 (83.98% from 255) = 69.03%

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 69.03%
G = 18.06%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D63828 (or 0xD63828) is known color: Persian Red. HEX triplet: D6, 38 and 28. RGB value is (214,56,40). Sum of RGB (Red+Green+Blue) = 214+56+40=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D63828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63828 is #29C7D7. Grayscale: #656565. Windows color (decimal): -2738136 or 2635990. OLE color: 2635990.

HSL color Cylindrical-coordinate representation of color #D63828: hue angle of 5.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D63828 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 40 -
CMYK 0 0.74 0.81 0.16
HSL 5.52º 0.69% 0.5% -
HSV(B) 5.52º 0.81% 0.84% -
XYZ 29.53 17.28 3.79 -
YUV 101.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 214 56 40 0 0.74 0.81 0.16 5.52 0.69 0.5
Hex D6 38 28 0 4A 51 10 6 45 32
Octal 326 70 50 0 112 121 20 6 105 62
Binary 11010110 111000 101000 0 1001010 1010001 10000 110 1000101 110010

Color Harmonies of #D63828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63828

Black with #D63828

Text Example


Text Example

White with #D63828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63828; }

 p { color: rgb(214,56,40); }

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

background-color css

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

 a { background-color: rgb(214,56,40); }

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

border-color css

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

 span { border-color: rgb(214,56,40); }

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