Html Css Color HEX #D63F4A Brick Red

📋 copy color: '#D63F4A'

red 214 ◦ green 63 ◦ blue 74

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

Shades of Brick Red #D63F4A

Tints of Brick Red #D63F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 60.97%
G = 17.95%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D63F4A (or 0xD63F4A) is known color: Brick Red. HEX triplet: D6, 3F and 4A. RGB value is (214,63,74). Sum of RGB (Red+Green+Blue) = 214+63+74=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F4A is #29C0B5. Grayscale: #6D6D6D. Windows color (decimal): -2736310 or 4866006. OLE color: 4866006.

HSL color Cylindrical-coordinate representation of color #D63F4A: hue angle of 355.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F4A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 63 74 -
CMYK 0 0.71 0.65 0.16
HSL 355.63º 0.65% 0.54% -
HSV(B) 355.63º 0.71% 0.84% -
XYZ 30.75 18.35 8.4 -
YUV 109.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 214 63 74 0 0.71 0.65 0.16 355.63 0.65 0.54
Hex D6 3F 4A 0 47 41 10 164 41 36
Octal 326 77 112 0 107 101 20 544 101 66
Binary 11010110 111111 1001010 0 1000111 1000001 10000 101100100 1000001 110110

Color Harmonies of #D63F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F4A

Black with #D63F4A

Text Example


Text Example

White with #D63F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F4A; }

 p { color: rgb(214,63,74); }

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

background-color css

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

 a { background-color: rgb(214,63,74); }

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

border-color css

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

 span { border-color: rgb(214,63,74); }

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