Html Css Color HEX #D63141 Brick Red

📋 copy color: '#D63141'

red 214 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #D63141

Tints of Brick Red #D63141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 65.24%
G = 14.94%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63141 (or 0xD63141) is known color: Brick Red. HEX triplet: D6, 31 and 41. RGB value is (214,49,65). Sum of RGB (Red+Green+Blue) = 214+49+65=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D63141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63141 is #29CEBE. Grayscale: #646464. Windows color (decimal): -2739903 or 4272598. OLE color: 4272598.

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

Color convert

RGB 214 49 65 -
CMYK 0 0.77 0.70 0.16
HSL 354.18º 0.67% 0.52% -
HSV(B) 354.18º 0.77% 0.84% -
XYZ 29.78 16.87 6.69 -
YUV 100.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 214 49 65 0 0.77 0.70 0.16 354.18 0.67 0.52
Hex D6 31 41 0 4D 46 10 162 43 34
Octal 326 61 101 0 115 106 20 542 103 64
Binary 11010110 110001 1000001 0 1001101 1000110 10000 101100010 1000011 110100

Color Harmonies of #D63141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63141

Black with #D63141

Text Example


Text Example

White with #D63141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63141; }

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

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

background-color css

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

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

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

border-color css

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

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

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