Html Css Color HEX #D63831 Persian Red

📋 copy color: '#D63831'

red 214 ◦ green 56 ◦ blue 49

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

Shades of Persian Red #D63831

Tints of Persian Red #D63831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 67.08%
G = 17.55%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D63831 (or 0xD63831) is known color: Persian Red. HEX triplet: D6, 38 and 31. RGB value is (214,56,49). Sum of RGB (Red+Green+Blue) = 214+56+49=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D63831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63831 is #29C7CE. Grayscale: #666666. Windows color (decimal): -2738127 or 3225814. OLE color: 3225814.

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

Color convert

RGB 214 56 49 -
CMYK 0 0.74 0.77 0.16
HSL 2.55º 0.67% 0.52% -
HSV(B) 2.55º 0.77% 0.84% -
XYZ 29.7 17.35 4.69 -
YUV 102.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 214 56 49 0 0.74 0.77 0.16 2.55 0.67 0.52
Hex D6 38 31 0 4A 4D 10 3 43 34
Octal 326 70 61 0 112 115 20 3 103 64
Binary 11010110 111000 110001 0 1001010 1001101 10000 11 1000011 110100

Color Harmonies of #D63831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63831

Black with #D63831

Text Example


Text Example

White with #D63831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63831; }

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

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

background-color css

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

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

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

border-color css

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

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

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