Html Css Color HEX #D63331 Persian Red

📋 copy color: '#D63331'

red 214 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #D63331

Tints of Persian Red #D63331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 68.15%
G = 16.24%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D63331 (or 0xD63331) is known color: Persian Red. HEX triplet: D6, 33 and 31. RGB value is (214,51,49). Sum of RGB (Red+Green+Blue) = 214+51+49=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D63331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63331 is #29CCCE. Grayscale: #636363. Windows color (decimal): -2739407 or 3224534. OLE color: 3224534.

HSL color Cylindrical-coordinate representation of color #D63331: hue angle of 0.73º 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 #D63331 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 49 -
CMYK 0 0.76 0.77 0.16
HSL 0.73º 0.67% 0.52% -
HSV(B) 0.73º 0.77% 0.84% -
XYZ 29.47 16.89 4.61 -
YUV 99.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 214 51 49 0 0.76 0.77 0.16 0.73 0.67 0.52
Hex D6 33 31 0 4C 4D 10 1 43 34
Octal 326 63 61 0 114 115 20 1 103 64
Binary 11010110 110011 110001 0 1001100 1001101 10000 1 1000011 110100

Color Harmonies of #D63331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63331

Black with #D63331

Text Example


Text Example

White with #D63331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63331; }

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

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

background-color css

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

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

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

border-color css

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

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

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